wok annotate mirage/receipt @ rev 1922

Apache: reconfigure web applications
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Dec 23 09:58:09 2008 +0000 (2008-12-23)
parents
children cde7fa93f1d6
rev   line source
paul@1855 1 # SliTaz package receipt.
paul@1855 2
paul@1855 3 PACKAGE="mirage"
paul@1855 4 VERSION="0.9.3"
paul@1855 5 CATEGORY="graphics"
paul@1855 6 SHORT_DESC="A fast and simple image viewer."
paul@1855 7 MAINTAINER="paul@slitaz.org"
paul@1855 8 DEPENDS="python pygtk"
paul@1855 9 BUILD_DEPENDS="python python-dev xorg-xproto xorg-libX11-dev gettext"
paul@1855 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
paul@1855 11 WEB_SITE="http://mirageiv.berlios.de/"
paul@1855 12 WGET_URL="http://download.berlios.de/mirageiv/$TARBALL"
paul@1855 13
paul@1855 14 # Rules to configure and make the package.
paul@1855 15 compile_rules()
paul@1855 16 {
paul@1855 17 cd $src
paul@1855 18 python setup.py install --root=$PWD/_pkg
paul@1855 19 }
paul@1855 20
paul@1855 21 # Rules to gen a SliTaz package suitable for Tazpkg.
paul@1855 22 genpkg_rules()
paul@1855 23 {
paul@1855 24 cp -a $_pkg/usr $fs
paul@1855 25 }
paul@1855 26