contrib/feh/Pkgfile

20 lines
524 B
Plaintext
Raw Normal View History

2006-11-19 22:26:53 +01:00
# Description: A fast commandline-driven image viewer for X.
2015-12-27 21:32:56 +01:00
# URL: http://feh.finalrewind.org/
# Maintainer: Thomas Penteker, tek at serverop dot de
2008-05-16 19:48:04 +02:00
# Packager: Vincenzo Colosimo vico at bicisport dot de
2013-11-06 13:28:30 +01:00
# Depends on: giblib xorg-libxinerama xorg-libxt
2006-11-14 00:01:22 +01:00
name=feh
2015-12-27 21:32:56 +01:00
version=2.14
2006-11-14 00:01:22 +01:00
release=1
2015-12-27 21:32:56 +01:00
source=(http://feh.finalrewind.org/feh-${version}.tar.bz2)
2006-11-14 00:01:22 +01:00
build() {
2006-11-19 22:26:53 +01:00
cd $name-$version
2006-11-14 00:01:22 +01:00
2010-05-11 19:11:47 +02:00
sed -i 's|share/man|man|g' config.mk
2014-03-22 22:10:58 +01:00
make PREFIX=/usr
make PREFIX=/usr DESTDIR=$PKG install
2010-05-11 19:11:47 +02:00
rm -rf $PKG/usr/share/doc
2006-11-14 00:01:22 +01:00
}