wok-next annotate songwrite/receipt @ rev 21687

updated glpi (0.80.7 -> 9.4.6)
author Hans-G?nter Theisgen
date Mon Jun 29 17:11:21 2020 +0100 (2020-06-29)
parents f48456621a9d
children
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@21020 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 }