1
0
forked from ports/contrib

feh: 2.9.3 -> 2.10

This commit is contained in:
Thomas Penteker 2014-03-22 22:10:58 +01:00
parent 40bb3d25c0
commit 9f72e20d1d
2 changed files with 4 additions and 3 deletions

@ -1 +1 @@
7c6ecdc36eaf9f14a13f8cf35988da45 feh-2.9.3.tar.bz2
6714dedeff1db5c3593c4a27b0d9cf50 feh-2.10.tar.bz2

@ -5,7 +5,7 @@
# Depends on: giblib xorg-libxinerama xorg-libxt
name=feh
version=2.9.3
version=2.10
release=1
source=(https://derf.homelinux.org/projects/feh/feh-$version.tar.bz2)
@ -13,6 +13,7 @@ build() {
cd $name-$version
sed -i 's|share/man|man|g' config.mk
make PREFIX=/usr && make PREFIX=/usr DESTDIR=$PKG install
make PREFIX=/usr
make PREFIX=/usr DESTDIR=$PKG install
rm -rf $PKG/usr/share/doc
}