opt/poppler/Pkgfile
Lucas Hazel 1e4b97ab44 poppler: update to 0.10.3
Don't disable qt, these are safely detected as soft dependencies
2009-01-28 16:15:56 +11:00

24 lines
527 B
Plaintext

# Description: A PDF rendering library based on xpdf 3.0
# URL: http://poppler.freedesktop.org/
# Maintainer: Lucas Hazel, lucas at die dot net dot au
# Packager: Matt Housh, jaeger at crux dot nu
# Depends on: t1lib, gtk, ghostscript, pkg-config
name=poppler
version=0.10.3
release=1
source=(http://poppler.freedesktop.org/$name-$version.tar.gz)
build()
{
cd $name-$version
./configure \
--prefix=/usr \
--mandir=/usr/man \
--enable-zlib \
--disable-debug
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share
}