wok-next view songwrite/receipt @ rev 21005

Small updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Oct 08 11:41:17 2018 +0300 (2018-10-08)
parents a3254b6a96ac
children f48456621a9d
line source
1 # SliTaz package receipt v2.
3 PACKAGE="songwrite"
4 VERSION="0.14"
5 CATEGORY="multimedia"
6 SHORT_DESC="Music score and songbook editor"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://www.lesfleursdunormal.fr/static/informatique/songwrite/index_en.html"
11 TARBALL="songwrite_0.14.orig.tar.gz"
12 WGET_URL="http://http.debian.net/debian/pool/main/s/songwrite/$TARBALL"
14 BUILD_DEPENDS="python"
16 compile_rules() {
17 python -B ./setup.py install --root=$install || return 1
19 mv $install/usr/share/songwrite/doc/ $install/usr/share/
20 }
22 genpkg_rules() {
23 copy @std
24 DEPENDS="python editobj gtk+ python-pycairo"
25 SUGGESTED="TiMidity++ evince"
26 }