wok annotate gob2-dev/receipt @ rev 15280

cinepaint: remove a wrong error trigger (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 26 13:12:43 2013 +0000 (2013-09-26)
parents e0da598eadb0
children 69c80106a6af
rev   line source
jozee@4499 1 # SliTaz package receipt.
jozee@4499 2
jozee@4499 3 PACKAGE="gob2-dev"
slaxemulator@10887 4 VERSION="2.0.17"
jozee@4499 5 CATEGORY="development"
jozee@4499 6 MAINTAINER="jozee@slitaz.org"
pascal@15000 7 LICENSE="GPL2"
jozee@4499 8 SHORT_DESC="gob2 devel library."
jozee@4499 9 WANTED="gob2"
jozee@4499 10 WEB_SITE="http://gmpc.wikia.com/wiki/Gnome_Music_Player_Client"
jozee@4499 11
jozee@4499 12 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@4499 13 genpkg_rules()
jozee@4499 14 {
jozee@4499 15 mkdir -p $fs/usr/share
pascal@15000 16 cp -a $install/usr/share/aclocal* $fs/usr/share
jozee@4499 17 }