opt/epdfview/Pkgfile

19 lines
564 B
Plaintext
Raw Normal View History

# Description: a GTK based pdf viewer
# URL: http://www.emma-soft.com/projects/epdfview
2012-06-14 02:15:12 +02:00
# Maintainer: Fredrik Rinnestam, fredrik at crux dot nu
2013-01-22 18:33:28 +01:00
# Depends on: gtk, poppler-glib
name=epdfview
2011-08-05 00:08:30 +02:00
version=0.1.8
release=4
2013-08-25 15:43:23 +02:00
source=(http://anduin.linuxfromscratch.org/sources/BLFS/conglomeration/epdfview/$name-$version.tar.bz2 \
epdfview-0.1.8-fixes-1.patch)
build() {
2012-06-14 02:15:12 +02:00
cd $name-$version
patch -p1 -i $SRC/epdfview-0.1.8-fixes-1.patch
2012-06-14 02:15:12 +02:00
./configure --prefix=/usr --disable-nls --mandir=/usr/man
make
make DESTDIR=$PKG install
}