# HG changeset patch # User Paul Issott # Date 1229256852 0 # Node ID e72cb1df9c2141284cbae4e8ec73e0040e30ada3 # Parent 5e60a5807be80a0bc5c19f7d15b8bad692ff6fb8 Add: mirage (image viewer) diff -r 5e60a5807be8 -r e72cb1df9c21 mirage/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mirage/receipt Sun Dec 14 12:14:12 2008 +0000 @@ -0,0 +1,26 @@ +# SliTaz package receipt. + +PACKAGE="mirage" +VERSION="0.9.3" +CATEGORY="graphics" +SHORT_DESC="A fast and simple image viewer." +MAINTAINER="paul@slitaz.org" +DEPENDS="python pygtk" +BUILD_DEPENDS="python python-dev xorg-xproto xorg-libX11-dev gettext" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://mirageiv.berlios.de/" +WGET_URL="http://download.berlios.de/mirageiv/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + python setup.py install --root=$PWD/_pkg +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $_pkg/usr $fs +} +