opt/epdfview/Pkgfile

17 lines
436 B
Plaintext
Raw Normal View History

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