2009-01-19 13:54:04 +01:00
|
|
|
# Maintainer: Richard Poettler, richard dot poettler at gmail dot com
|
2006-02-23 15:26:10 +00: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/
|
2008-08-16 20:42:45 +00:00
|
|
|
# Depends on: xorg-libxaw
|
2006-02-23 15:26:10 +00: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
|
|
|
|
}
|