opt/poppler/Pkgfile

24 lines
527 B
Plaintext
Raw Normal View History

# Description: A PDF rendering library based on xpdf 3.0
2006-02-23 16:26:10 +01:00
# URL: http://poppler.freedesktop.org/
2008-02-05 03:33:42 +01:00
# Maintainer: Lucas Hazel, lucas at die dot net dot au
# Packager: Matt Housh, jaeger at crux dot nu
2008-03-25 23:36:56 +01:00
# Depends on: t1lib, gtk, ghostscript, pkg-config
2009-03-15 01:10:42 +01:00
# Optional: qt3 qt4
2006-02-23 16:26:10 +01:00
name=poppler
version=0.14.4
2007-09-18 07:19:59 +02:00
release=1
source=(http://poppler.freedesktop.org/$name-$version.tar.gz)
2006-02-23 16:26:10 +01:00
build()
{
cd $name-$version
./configure \
--prefix=/usr \
2007-09-18 07:19:59 +02:00
--mandir=/usr/man \
2009-09-30 20:49:57 +02:00
--enable-zlib
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share
2006-02-23 16:26:10 +01:00
}