opt/epdfview/Pkgfile
2013-08-25 15:43:40 +02:00

19 lines
564 B
Plaintext

# Description: a GTK based pdf viewer
# URL: http://www.emma-soft.com/projects/epdfview
# Maintainer: Fredrik Rinnestam, fredrik at crux dot nu
# Depends on: gtk, poppler-glib
name=epdfview
version=0.1.8
release=4
source=(http://anduin.linuxfromscratch.org/sources/BLFS/conglomeration/epdfview/$name-$version.tar.bz2 \
epdfview-0.1.8-fixes-1.patch)
build() {
cd $name-$version
patch -p1 -i $SRC/epdfview-0.1.8-fixes-1.patch
./configure --prefix=/usr --disable-nls --mandir=/usr/man
make
make DESTDIR=$PKG install
}