opt/t1lib/Pkgfile

21 lines
594 B
Plaintext
Raw Normal View History

2006-04-13 23:43:04 +02:00
# Maintainer: Simone Rota, sip at crux dot nu
2006-02-23 16:26:10 +01:00
# Packager: Robert McMeekin, viper at mcmeekin dot info
# Description: generate character- and string-glyphs from Adobe Type 1 fonts
# URL: http://www.foolabs.com/xpdf/
2007-01-03 08:10:54 +01:00
# Depends on: xorg
2006-02-23 16:26:10 +01:00
name=t1lib
version=5.1.0
release=1
source=(ftp://ftp.foolabs.com/pub/xpdf/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr --disable-nls --disable-static
make without_doc
make prefix=$PKG/usr install
rm -rf $PKG/usr/share{,/$name}/doc
cd $PKG/usr/lib
chmod 755 libt1.la libt1.so.${version} libt1x.la
}