opt/epdfview/Pkgfile
Tilman Sauerbeck fc10f08b76 epdfview: resurrected.
This reverts commit 748e87ef16e3553ae6528a9de34866664ac5f6e6.
2008-10-25 12:30:27 +02:00

17 lines
418 B
Plaintext

# Description: a GTK based pdf viewer
# URL: http://www.emma-soft.com/projects/epdfview
# Maintainer: Simone Rota, sip at crux dot nu
# Depends on: poppler
name=epdfview
version=0.1.6
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
}