wok annotate mirage/receipt @ rev 11425
sagan*: Cd to $src in compile_rules.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Dec 14 05:23:20 2011 +0000 (2011-12-14) |
parents | bb506a5a3875 |
children | bb009a6ef036 |
rev | line source |
---|---|
paul@1855 | 1 # SliTaz package receipt. |
paul@1855 | 2 |
paul@1855 | 3 PACKAGE="mirage" |
slaxemulator@10229 | 4 VERSION="0.9.5.2" |
paul@1855 | 5 CATEGORY="graphics" |
paul@1855 | 6 SHORT_DESC="A fast and simple image viewer." |
paul@1855 | 7 MAINTAINER="paul@slitaz.org" |
paul@4365 | 8 DEPENDS="python pygtk xorg-libX11 xorg-libXau xorg-libXdmcp libffi" |
paul@1855 | 9 BUILD_DEPENDS="python python-dev xorg-xproto xorg-libX11-dev gettext" |
slaxemulator@6474 | 10 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
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 |