t1lib: initial import
This commit is contained in:
parent
7f8f5f6493
commit
235760987f
21
t1lib/.footprint
Normal file
21
t1lib/.footprint
Normal file
@ -0,0 +1,21 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/type1afm
|
||||
-rwxr-xr-x root/root usr/bin/xglyph
|
||||
drwxr-xr-x root/root usr/include/
|
||||
-rw-r--r-- root/root usr/include/t1lib.h
|
||||
-rw-r--r-- root/root usr/include/t1libx.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
-rw-r--r-- root/root usr/lib/libt1.a
|
||||
-rwxr-xr-x root/root usr/lib/libt1.la
|
||||
lrwxrwxrwx root/root usr/lib/libt1.so -> libt1.so.5.1.2
|
||||
lrwxrwxrwx root/root usr/lib/libt1.so.5 -> libt1.so.5.1.2
|
||||
-rwxr-xr-x root/root usr/lib/libt1.so.5.1.2
|
||||
-rw-r--r-- root/root usr/lib/libt1x.a
|
||||
-rwxr-xr-x root/root usr/lib/libt1x.la
|
||||
lrwxrwxrwx root/root usr/lib/libt1x.so -> libt1x.so.5.1.2
|
||||
lrwxrwxrwx root/root usr/lib/libt1x.so.5 -> libt1x.so.5.1.2
|
||||
-rw-r--r-- root/root usr/lib/libt1x.so.5.1.2
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/t1lib/
|
||||
-rw-r--r-- root/root usr/share/t1lib/t1lib.config
|
1
t1lib/.md5sum
Normal file
1
t1lib/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
a5629b56b93134377718009df1435f3c t1lib-5.1.2.tar.gz
|
25
t1lib/Pkgfile
Normal file
25
t1lib/Pkgfile
Normal file
@ -0,0 +1,25 @@
|
||||
# Description: Library for generating character- and string-glyphs from Adobe Type 1 fonts.
|
||||
# URL: http://www.foolabs.com/xpdf/
|
||||
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
|
||||
# Packager: Robert McMeekin, viper at mcmeekin dot info
|
||||
# Depends on: xorg-libxaw
|
||||
|
||||
name=t1lib
|
||||
version=5.1.2
|
||||
release=1
|
||||
source=(ftp://sunsite.unc.edu/pub/Linux/libs/graphics/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--disable-nls
|
||||
|
||||
make without_doc
|
||||
make prefix=$PKG/usr install
|
||||
|
||||
rm -r $PKG/usr/share/t1lib/doc
|
||||
cd $PKG/usr/lib
|
||||
chmod a+x libt1.la libt1.so.${version} libt1x.la
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user