wok-next annotate songwrite/receipt @ rev 20095
Update/add packages needed for building MATE desktop:
Add: gnome-keyring3, gtkmm3, libappindicator-gtk[23], libfakekey, libgnome-keyring3, libindicator-gtk[23], libpeas.
Update: atkmm, cairomm, gcr, glibmm, gssdp, gupnp, icon-naming-utils, libcap-ng, libspectre, libwnck3, libxklavier, pangomm, perl-xml-sax.
Add: gnome-keyring3, gtkmm3, libappindicator-gtk[23], libfakekey, libgnome-keyring3, libindicator-gtk[23], libpeas.
Update: atkmm, cairomm, gcr, glibmm, gssdp, gupnp, icon-naming-utils, libcap-ng, libspectre, libwnck3, libxklavier, pangomm, perl-xml-sax.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Oct 28 16:45:22 2017 +0300 (2017-10-28) |
parents | 600aaedb561d |
children | 8e1b2a143eb3 |
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 } |