wok-current diff mirage/receipt @ rev 17829
Up:spk(1.4.3)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sun Mar 22 22:37:15 2015 +0100 (2015-03-22) |
parents | 1c5b23daee0f |
children | 16df76e1fc6a |
line diff
1.1 --- a/mirage/receipt Sat May 21 00:21:02 2011 +0000 1.2 +++ b/mirage/receipt Sun Mar 22 22:37:15 2015 +0100 1.3 @@ -5,22 +5,23 @@ 1.4 CATEGORY="graphics" 1.5 SHORT_DESC="A fast and simple image viewer." 1.6 MAINTAINER="paul@slitaz.org" 1.7 -DEPENDS="python pygtk xorg-libX11 xorg-libXau xorg-libXdmcp libffi" 1.8 -BUILD_DEPENDS="python python-dev xorg-xproto xorg-libX11-dev gettext" 1.9 +LICENSE="GPL3" 1.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.11 WEB_SITE="http://mirageiv.berlios.de/" 1.12 WGET_URL="http://download.berlios.de/mirageiv/$TARBALL" 1.13 1.14 +DEPENDS="python pygtk xorg-libX11 xorg-libXau xorg-libXdmcp libffi" 1.15 +BUILD_DEPENDS="python python-dev xorg-xproto xorg-libX11-dev gettext" 1.16 + 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 { 1.20 cd $src 1.21 - python setup.py install --root=$PWD/_pkg 1.22 + python setup.py install --root=$DESTDIR 1.23 } 1.24 1.25 # Rules to gen a SliTaz package suitable for Tazpkg. 1.26 genpkg_rules() 1.27 { 1.28 - cp -a $_pkg/usr $fs 1.29 + cp -a $install/usr $fs 1.30 } 1.31 -