wok-current annotate mirage/receipt @ rev 22535
created recipe for python-ply
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jan 03 13:49:45 2020 +0100 (2020-01-03) |
parents | 16df76e1fc6a |
children | 370da83187ab |
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" |
pascal@15583 | 8 LICENSE="GPL3" |
slaxemulator@6474 | 9 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
pascal@20674 | 10 WEB_SITE="http://mirageiv.sourceforge.net/" |
paul@1855 | 11 WGET_URL="http://download.berlios.de/mirageiv/$TARBALL" |
paul@1855 | 12 |
pascal@15583 | 13 DEPENDS="python pygtk xorg-libX11 xorg-libXau xorg-libXdmcp libffi" |
pascal@15583 | 14 BUILD_DEPENDS="python python-dev xorg-xproto xorg-libX11-dev gettext" |
pascal@15583 | 15 |
paul@1855 | 16 # Rules to configure and make the package. |
paul@1855 | 17 compile_rules() |
paul@1855 | 18 { |
pascal@15583 | 19 python setup.py install --root=$DESTDIR |
paul@1855 | 20 } |
paul@1855 | 21 |
paul@1855 | 22 # Rules to gen a SliTaz package suitable for Tazpkg. |
paul@1855 | 23 genpkg_rules() |
paul@1855 | 24 { |
pascal@15583 | 25 cp -a $install/usr $fs |
paul@1855 | 26 } |