contrib/feh/Pkgfile

23 lines
502 B
Plaintext
Raw Normal View History

2006-11-19 22:26:53 +01:00
# Description: A fast commandline-driven image viewer for X.
# URL: http://linuxbrit.co.uk/software/feh
# Maintainer: Thomas Penteker, tek at serverop dot de
2008-05-16 19:48:04 +02:00
# Packager: Vincenzo Colosimo vico at bicisport dot de
2006-11-19 22:26:53 +01:00
#
# Depends on: giblib
2006-11-14 00:01:22 +01:00
name=feh
version=1.3.4
release=1
source=(http://linuxbrit.co.uk/downloads/$name-$version.tar.gz)
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
2006-11-19 22:26:53 +01:00
./configure \
--prefix=/usr \
--disable-nls
2006-11-14 00:01:22 +01:00
2006-11-19 22:26:53 +01:00
make && make DESTDIR=$PKG install
rm -rf $PKG/usr/doc
2006-11-14 00:01:22 +01:00
}