wok annotate editobj/receipt @ rev 13429

partclone: add btrfs & hfsplus support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 04 11:53:21 2012 +0200 (2012-10-04)
parents
children fcdd50638150
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@11221 9 TARBALL="$SOURCE-$VERSION.tar.gz"
pascal@11221 10 WEB_SITE="http://home.gna.org/oomadness/en/$PACKAGE/"
pascal@11221 11 WGET_URL="http://download.gna.org/songwrite/$TARBALL"
pascal@11221 12
pascal@11221 13 DEPENDS="python"
pascal@11221 14 BUILD_DEPENDS="python"
pascal@11221 15
pascal@11221 16 # Rules to configure and make the package.
pascal@11221 17 compile_rules()
pascal@11221 18 {
pascal@11221 19 cd $src
pascal@11221 20 python ./setup.py install --root=$DESTDIR
pascal@11221 21 }
pascal@11221 22
pascal@11221 23 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@11221 24 genpkg_rules()
pascal@11221 25 {
pascal@11221 26 cp -a $_pkg/usr/ $fs
pascal@11221 27 }