opt/epdfview/Pkgfile
2009-03-03 19:03:20 +01:00

17 lines
426 B
Plaintext

# Description: a GTK based pdf viewer
# URL: http://www.emma-soft.com/projects/epdfview
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: poppler
name=epdfview
version=0.1.7
release=1
source=(http://www.emma-soft.com/projects/epdfview/chrome/site/releases/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr --disable-nls
make
make DESTDIR=$PKG install
}