wok view songwrite/receipt @ rev 12449

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