wok view 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
line source
1 # SliTaz package receipt.
3 PACKAGE="mirage"
4 VERSION="0.9.3"
5 CATEGORY="graphics"
6 SHORT_DESC="A fast and simple image viewer."
7 MAINTAINER="paul@slitaz.org"
8 DEPENDS="python pygtk"
9 BUILD_DEPENDS="python python-dev xorg-xproto xorg-libX11-dev gettext"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WEB_SITE="http://mirageiv.berlios.de/"
12 WGET_URL="http://download.berlios.de/mirageiv/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 python setup.py install --root=$PWD/_pkg
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 cp -a $_pkg/usr $fs
25 }