wok annotate songwrite/receipt @ rev 20539
linld: _fastcall calls (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Nov 29 10:54:56 2018 +0100 (2018-11-29) |
parents | 600aaedb561d |
children | 8dd8bab3f0ca |
rev | line source |
---|---|
pascal@11227 | 1 # SliTaz package receipt. |
pascal@11227 | 2 |
pascal@11227 | 3 PACKAGE="songwrite" |
pascal@11227 | 4 SOURCE="Songwrite2" |
pascal@11227 | 5 VERSION="0.4" |
pascal@11227 | 6 CATEGORY="multimedia" |
pascal@11227 | 7 SHORT_DESC="music score and songbook editor." |
pascal@11227 | 8 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15590 | 9 LICENSE="GPL3" |
pascal@11227 | 10 TARBALL="$SOURCE-$VERSION.tar.gz" |
pascal@11227 | 11 WEB_SITE="http://home.gna.org/oomadness/en/songwrite/" |
pascal@11227 | 12 WGET_URL="http://download.gna.org/songwrite/$TARBALL" |
pascal@11227 | 13 |
pascal@11227 | 14 DEPENDS="python editobj gtk+ pycairo" |
pascal@11227 | 15 BUILD_DEPENDS="python" |
pascal@17487 | 16 SUGGESTED="TiMidity++ evince" |
pascal@11227 | 17 |
pascal@11227 | 18 # Rules to configure and make the package. |
pascal@11227 | 19 compile_rules() |
pascal@11227 | 20 { |
pascal@11227 | 21 cd $src |
pascal@11227 | 22 python ./setup.py install --root=$DESTDIR |
pascal@11227 | 23 } |
pascal@11227 | 24 |
pascal@11227 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@11227 | 26 genpkg_rules() |
pascal@11227 | 27 { |
pascal@15590 | 28 cp -a $install/usr $fs |
pascal@11227 | 29 } |