wok-next annotate editobj/receipt @ rev 19084
Add: autoconf213, palemoon
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Sat Apr 30 00:11:09 2016 +0200 (2016-04-30) |
parents | fcdd50638150 |
children | a3c581bf52b8 |
rev | line source |
---|---|
pascal@11221 | 1 # SliTaz package receipt. |
pascal@11221 | 2 |
pascal@11221 | 3 PACKAGE="editobj" |
pascal@11221 | 4 SOURCE="EditObj2" |
pascal@11221 | 5 VERSION="0.4" |
pascal@11221 | 6 CATEGORY="x-window" |
pascal@11221 | 7 SHORT_DESC="Dialog box generator for Python objects." |
pascal@11221 | 8 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15588 | 9 LICENSE="GPL2" |
pascal@11221 | 10 TARBALL="$SOURCE-$VERSION.tar.gz" |
pascal@11221 | 11 WEB_SITE="http://home.gna.org/oomadness/en/$PACKAGE/" |
pascal@11221 | 12 WGET_URL="http://download.gna.org/songwrite/$TARBALL" |
pascal@11221 | 13 |
pascal@11221 | 14 DEPENDS="python" |
pascal@11221 | 15 BUILD_DEPENDS="python" |
pascal@11221 | 16 |
pascal@11221 | 17 # Rules to configure and make the package. |
pascal@11221 | 18 compile_rules() |
pascal@11221 | 19 { |
pascal@11221 | 20 python ./setup.py install --root=$DESTDIR |
pascal@11221 | 21 } |
pascal@11221 | 22 |
al@18077 | 23 # Rules to gen a SliTaz package suitable for Tazpkg. |
al@18077 | 24 genpkg_rules() |
pascal@11221 | 25 { |
pascal@15588 | 26 cp -a $install/usr/ $fs |
pascal@11221 | 27 } |