wok annotate songwrite/receipt @ rev 15280

cinepaint: remove a wrong error trigger (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 26 13:12:43 2013 +0000 (2013-09-26)
parents
children 600aaedb561d
rev   line source
pascal@11227 1 # SliTaz package receipt.
pascal@11227 2
pascal@11227 3 PACKAGE="songwrite"
pascal@11227 4 SOURCE="Songwrite2"
pascal@11227 5 VERSION="0.4"
pascal@11227 6 CATEGORY="multimedia"
pascal@11227 7 SHORT_DESC="music score and songbook editor."
pascal@11227 8 MAINTAINER="pascal.bellard@slitaz.org"
pascal@11227 9 TARBALL="$SOURCE-$VERSION.tar.gz"
pascal@11227 10 WEB_SITE="http://home.gna.org/oomadness/en/songwrite/"
pascal@11227 11 WGET_URL="http://download.gna.org/songwrite/$TARBALL"
pascal@11227 12
pascal@11227 13 DEPENDS="python editobj gtk+ pycairo"
pascal@11227 14 BUILD_DEPENDS="python"
pascal@11227 15 SUGGESTED="timidity evince"
pascal@11227 16
pascal@11227 17 # Rules to configure and make the package.
pascal@11227 18 compile_rules()
pascal@11227 19 {
pascal@11227 20 cd $src
pascal@11227 21 python ./setup.py install --root=$DESTDIR
pascal@11227 22 }
pascal@11227 23
pascal@11227 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@11227 25 genpkg_rules()
pascal@11227 26 {
pascal@11227 27 cp -a $_pkg/usr $fs
pascal@11227 28 }