1
0
forked from ports/contrib

feh: 1.4.1 -> 1.5

This commit is contained in:
Thomas Penteker 2010-05-11 19:11:47 +02:00
parent 64d0bbc932
commit 68716a34c5
2 changed files with 5 additions and 8 deletions

View File

@ -1 +1 @@
95ee8c8fe3b8e7b4aab606377c37afca feh-1.4.1.tar.bz2
aee156f0a82582108c5a56fbe85319ae feh-1.5.tar.bz2

View File

@ -6,17 +6,14 @@
# Depends on: giblib
name=feh
version=1.4.1
version=1.5
release=1
source=(http://mirrors.ludost.net/gentoo/distfiles/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--disable-nls
make && make DESTDIR=$PKG install
rm -rf $PKG/usr/doc
sed -i 's|share/man|man|g' config.mk
make && make PREFIX=/usr DESTDIR=$PKG install
rm -rf $PKG/usr/share/doc
}