wok view songwrite/receipt @ rev 18545

Add: get-vivaldi, kazehakase. Up: firefox-official(42.0). Misc: change various icons.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Nov 07 03:08:19 2015 +0200 (2015-11-07)
parents 600aaedb561d
children 8dd8bab3f0ca
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 LICENSE="GPL3"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WEB_SITE="http://home.gna.org/oomadness/en/songwrite/"
12 WGET_URL="http://download.gna.org/songwrite/$TARBALL"
14 DEPENDS="python editobj gtk+ pycairo"
15 BUILD_DEPENDS="python"
16 SUGGESTED="TiMidity++ evince"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 cd $src
22 python ./setup.py install --root=$DESTDIR
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cp -a $install/usr $fs
29 }