wok view gob2-dev/receipt @ rev 20008

Add: description.txt and links revision.
author Leonardo Laporte <hackdorte@yandex.com>
date Wed Aug 02 14:08:19 2017 -0300 (2017-08-02)
parents 380ffe05937a
children c592287b8ce7
line source
1 # SliTaz package receipt.
3 PACKAGE="gob2-dev"
4 VERSION="2.0.17"
5 CATEGORY="development"
6 MAINTAINER="jozee@slitaz.org"
7 LICENSE="GPL2"
8 SHORT_DESC="gob2 devel library."
9 WANTED="gob2"
10 WEB_SITE="http://gmpc.wikia.com/wiki/Gnome_Music_Player_Client"
11 HOST_ARCH="i486 arm"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/share
17 cp -a $install/usr/share/aclocal* $fs/usr/share
18 }