wok-6.x annotate mirage/receipt @ rev 6731
Up: libdrm to 2.4.22.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Oct 16 01:17:47 2010 +0000 (2010-10-16) |
parents | 86ba842a6b10 |
children | 1c5b23daee0f |
rev | line source |
---|---|
paul@1855 | 1 # SliTaz package receipt. |
paul@1855 | 2 |
paul@1855 | 3 PACKAGE="mirage" |
slaxemulator@6474 | 4 VERSION="0.9.5.1" |
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 |