wok annotate songwrite/receipt @ rev 16329

ARM: add xorg-xprop - Used in the new SliTaz Tiny/Touch Screen (sts) desktop
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 10 19:50:37 2014 +0200 (2014-04-10)
parents 532ab3b57d40
children 3ccc69bd69ec
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@15590 9 LICENSE="GPL3"
pascal@11227 10 TARBALL="$SOURCE-$VERSION.tar.gz"
pascal@11227 11 WEB_SITE="http://home.gna.org/oomadness/en/songwrite/"
pascal@11227 12 WGET_URL="http://download.gna.org/songwrite/$TARBALL"
pascal@11227 13
pascal@11227 14 DEPENDS="python editobj gtk+ pycairo"
pascal@11227 15 BUILD_DEPENDS="python"
pascal@11227 16 SUGGESTED="timidity evince"
pascal@11227 17
pascal@11227 18 # Rules to configure and make the package.
pascal@11227 19 compile_rules()
pascal@11227 20 {
pascal@11227 21 cd $src
pascal@11227 22 python ./setup.py install --root=$DESTDIR
pascal@11227 23 }
pascal@11227 24
pascal@11227 25 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@11227 26 genpkg_rules()
pascal@11227 27 {
pascal@15590 28 cp -a $install/usr $fs
pascal@11227 29 }