wok view mirage/receipt @ rev 16374

Up: slitaz-configs (5.4) Getting ready for 5.0-RC1
author Christophe Lincoln <pankso@slitaz.org>
date Mon Apr 14 19:59:46 2014 +0200 (2014-04-14)
parents 1c5b23daee0f
children 16df76e1fc6a
line source
1 # SliTaz package receipt.
3 PACKAGE="mirage"
4 VERSION="0.9.5.2"
5 CATEGORY="graphics"
6 SHORT_DESC="A fast and simple image viewer."
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="GPL3"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="http://mirageiv.berlios.de/"
11 WGET_URL="http://download.berlios.de/mirageiv/$TARBALL"
13 DEPENDS="python pygtk xorg-libX11 xorg-libXau xorg-libXdmcp libffi"
14 BUILD_DEPENDS="python python-dev xorg-xproto xorg-libX11-dev gettext"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 python setup.py install --root=$DESTDIR
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $install/usr $fs
27 }