wok annotate songwrite/receipt @ rev 22760

updated findutils (4.6.0 -> 4.7.0)
author Hans-G?nter Theisgen
date Fri Jan 24 17:10:12 2020 +0100 (2020-01-24)
parents 3ccc69bd69ec
children 669f61f44760
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@20672 11 WEB_SITE="http://www.lesfleursdunormal.fr/static/informatique/songwrite/index_en.html"
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@17487 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 }