wok-next annotate songwrite/receipt @ rev 21017
Some maintenance
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Oct 16 16:46:05 2018 +0300 (2018-10-16) |
parents | 2949147cd6ec |
children | d5aab818505e |
rev | line source |
---|---|
al@20978 | 1 # SliTaz package receipt v2. |
pascal@11227 | 2 |
pascal@11227 | 3 PACKAGE="songwrite" |
al@20978 | 4 VERSION="0.14" |
pascal@11227 | 5 CATEGORY="multimedia" |
al@20978 | 6 SHORT_DESC="Music score and songbook editor" |
pascal@11227 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15590 | 8 LICENSE="GPL3" |
al@20949 | 9 WEB_SITE="http://www.lesfleursdunormal.fr/static/informatique/songwrite/index_en.html" |
pascal@11227 | 10 |
al@20978 | 11 TARBALL="songwrite_0.14.orig.tar.gz" |
al@20978 | 12 WGET_URL="http://http.debian.net/debian/pool/main/s/songwrite/$TARBALL" |
al@20978 | 13 |
pascal@11227 | 14 BUILD_DEPENDS="python" |
pascal@11227 | 15 |
al@20978 | 16 compile_rules() { |
al@20978 | 17 python -B ./setup.py install --root=$install || return 1 |
al@20978 | 18 |
al@20978 | 19 mv $install/usr/share/songwrite/doc/ $install/usr/share/ |
pascal@11227 | 20 } |
pascal@11227 | 21 |
al@20978 | 22 genpkg_rules() { |
al@20978 | 23 copy @std |
al@21017 | 24 DEPENDS="python editobj gtk2 python-pycairo" |
al@21017 | 25 SUGGESTED="timidity++ evince" |
pascal@11227 | 26 } |