File: VFlib-3.6.14-1-templ.spec

package info (click to toggle)
vflib3 3.6.14.dfsg-3%2Bnmu4
  • links: PTS
  • area: main
  • in suites: buster
  • size: 11,936 kB
  • sloc: ansic: 36,071; sh: 10,354; asm: 3,290; makefile: 960; lisp: 123; perl: 109; awk: 43
file content (72 lines) | stat: -rw-r--r-- 1,816 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
%define ver       3.6.14
%define rel       1
%define prefix    /usr

Summary: VFlib version 3.6.14
Name: VFlib3
Version: %ver
Release: %rel
Copyright: LGPL
Group: Other
Vendor: The TypeHack Project
Packager: Hirotsugu Kakugawa
Url: http://TypeHack.aial.hiroshima-u.ac.jp/VFlib/
Source: ftp://TypeHack.aial.hiroshima-u.ac.jp/pub/TypeHack/VFlib3-%{ver}.tar.gz
BuildRoot: /var/tmp/VFlib3-root

Requires: t1lib >= 5.1.0
Requires: freetype >= 1.2
#Requires: kpathsea >= 3.2
Requires: tetex >= 1.0.7


%description
VFlib is a font library written in C language with several functions
to obtain bitmaps of fonts.  Unique feature of VFlib is that fonts
in different formats are accessed by unified interface.

%prep
%setup -n VFlib3-%{ver}

%build
rm -rf $RPM_BUILD_ROOT
./configure --prefix=%prefix \
            --with-freetype \
              --with-freetype-includedir=/usr/include/freetype1/freetype \
              --with-freetype-libdir=/usr/lib \
            --with-t1lib \
              --with-t1lib-includedir=/usr/include \
              --with-t1lib-libdir=/usr/lib \
            --with-kpathsea \
              --with-kpathsea-includedir=/usr/include \
              --with-kpathsea-libdir=/usr/lib

make

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%clean
rm -rf $RPM_BUILD_ROOT

%install
mkdir -p $RPM_BUILD_ROOT/%{prefix}/bin
mkdir -p $RPM_BUILD_ROOT/%{prefix}/lib
mkdir -p $RPM_BUILD_ROOT/%{prefix}/info
mkdir -p $RPM_BUILD_ROOT/%{prefix}/include
mkdir -p $RPM_BUILD_ROOT/%{prefix}/share
mkdir -p $RPM_BUILD_ROOT/%{prefix}/share/VFlib
mkdir -p $RPM_BUILD_ROOT/%{prefix}/share/texmf
make prefix=${RPM_BUILD_ROOT}%prefix install

%files
%defattr(-,root,root,-)
%doc ANNOUNCE* CHANGES COPYING* DISTRIB.txt

%{prefix}/bin/*
%{prefix}/lib/*
%{prefix}/include/*
%{prefix}/share/VFlib/*
#%{prefix}/info/*