wok annotate mirage/receipt @ rev 18115
glib-dev,qcad: clean files.list.lzma, fix overwriting(for what?) get-scripts $depends
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Sat Jun 06 21:23:13 2015 +0200 (2015-06-06) |
parents | bb009a6ef036 |
children | eeba7ab1dffe |
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" |
paul@1855 | 10 WEB_SITE="http://mirageiv.berlios.de/" |
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 } |