wok annotate editobj/receipt @ rev 18820

syslinux/iso2exe.sh: -f should keep flavor info
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jan 16 10:28:02 2016 +0100 (2016-01-16)
parents fcdd50638150
children 8dd8bab3f0ca
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 }