wok annotate editobj/receipt @ rev 16417

ARM: add libbsd and fix libnl *.a
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 17 14:30:15 2014 +0200 (2014-04-17)
parents 81200a5ef6b9
children 16df76e1fc6a
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 cd $src
pascal@11221 21 python ./setup.py install --root=$DESTDIR
pascal@11221 22 }
pascal@11221 23
pascal@11221 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@11221 25 genpkg_rules()
pascal@11221 26 {
pascal@15588 27 cp -a $install/usr/ $fs
pascal@11221 28 }