wok-next view songwrite/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents f48456621a9d
children
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 gtk2 python-pycairo"
25 SUGGESTED="timidity++ evince"
26 }