wok-next view python-kiwi/receipt @ rev 17869
Use VERSION variable
| author | Pascal Bellard <pascal.bellard@slitaz.org> | 
|---|---|
| date | Thu Mar 26 09:34:19 2015 +0100 (2015-03-26) | 
| parents | 76b72f1ad63c | 
| children | 16df76e1fc6a | 
 line source
     1 # SliTaz package receipt.
     3 PACKAGE="python-kiwi"
     4 SOURCE="kiwi"
     5 VERSION="1.9.29"
     6 CATEGORY="development"
     7 SHORT_DESC="A framework for python applications with graphical user interfaces."
     8 MAINTAINER="claudinei@slitaz.org"
     9 LICENSE="LGPL2.1"
    10 SUGGESTED="zopeinterface libglade"
    11 TARBALL="$SOURCE-$VERSION.tar.xz"
    12 WEB_SITE="http://www.async.com.br/projects/kiwi"
    13 WGET_URL="https://download.gnome.org/sources/kiwi/${VERSION%.*}/$TARBALL"
    15 DEPENDS="python gtk+ pygobject pygtk"
    16 BUILD_DEPENDS="python-dev gtk+-dev pygobject-dev pygtk-dev wget"
    18 # Rules to configure and make the package.
    19 compile_rules()
    20 {
    21 	python setup.py install --root=$DESTDIR
    22 }
    24 # Rules to gen a SliTaz package suitable for Tazpkg.
    25 genpkg_rules()
    26 {
    27 	cp -a $install/usr $fs
    28 }