wok view mirage/receipt @ rev 5053

fix typos: libgphoto2
author Rohit Joshi <jozee@slitaz.org>
date Sat Mar 06 18:51:17 2010 +0000 (2010-03-06)
parents cde7fa93f1d6
children bb506a5a3875
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 xorg-libX11 xorg-libXau xorg-libXdmcp libffi"
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 }