wok annotate feh/receipt @ rev 1308
Add iftop: bandwidth usage
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Aug 26 08:36:27 2008 +0000 (2008-08-26) |
parents | e835f5d77665 |
children | bd6a02acbdf9 |
rev | line source |
---|---|
mallory@1133 | 1 # SliTaz package receipt |
mallory@1133 | 2 |
mallory@1133 | 3 PACKAGE="feh" |
mallory@1133 | 4 VERSION="1.3.4" |
mallory@1133 | 5 CATEGORY="graphics" |
mallory@1133 | 6 SHORT_DESC="Lightweight and powerfull image viewer and composer" |
mallory@1133 | 7 MAINTAINER="mallory@sweetpeople.org" |
mallory@1171 | 8 DEPENDS="imlib2 giblib jpeg zlib" |
mallory@1171 | 9 BUILD_DEPENDS="imlib2-dev imlib2 giblib-dev giblib xorg-xineramaproto jpeg-dev zlib-dev" |
mallory@1133 | 10 TARBALL="$PACKAGE-$VERSION.tar.gz" |
mallory@1133 | 11 WEB_SITE="http://linuxbrit.co.uk/feh/" |
mallory@1133 | 12 WGET_URL="http://linuxbrit.co.uk/downloads/$TARBALL" |
mallory@1133 | 13 |
mallory@1133 | 14 # Rules to configure and make the package. |
mallory@1133 | 15 compile_rules() |
mallory@1133 | 16 { |
mallory@1133 | 17 cd $src |
mallory@1133 | 18 ./configure --prefix=/usr |
mallory@1133 | 19 make |
mallory@1133 | 20 make DESTDIR=../_pkg install |
mallory@1133 | 21 } |
mallory@1133 | 22 |
mallory@1133 | 23 # Rules to gen a SliTaz package suitable for Tazpkg. |
mallory@1133 | 24 genpkg_rules() |
mallory@1133 | 25 { |
mallory@1133 | 26 mkdir -p $fs/usr/bin |
mallory@1133 | 27 cp -a $_pkg/usr/bin/feh $fs/usr/bin |
mallory@1133 | 28 } |