wok annotate gob2-dev/receipt @ rev 20009

Add: description.txt and links revision.
author Leonardo Laporte <hackdorte@yandex.com>
date Thu Aug 03 05:22:36 2017 -0300 (2017-08-03)
parents 380ffe05937a
children c592287b8ce7
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"
pankso@16271 11 HOST_ARCH="i486 arm"
jozee@4499 12
jozee@4499 13 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@4499 14 genpkg_rules()
jozee@4499 15 {
jozee@4499 16 mkdir -p $fs/usr/share
pascal@15000 17 cp -a $install/usr/share/aclocal* $fs/usr/share
jozee@4499 18 }