contrib/feh/Pkgfile

23 lines
513 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
2010-03-29 20:56:03 +02:00
version=1.4.1
2006-11-14 00:01:22 +01:00
release=1
2010-03-29 20:56:03 +02:00
source=(http://mirrors.ludost.net/gentoo/distfiles/$name-$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
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
}