wok view mate-common-dev/receipt @ rev 18985

Add: Backgrounds created by the community. See: https://github.com/hackdorte/slitaz-community-backgrounds
author Leonardo Laporte <hackdorte@sapo.pt>
date Thu Mar 17 00:11:28 2016 -0300 (2016-03-17)
parents
children 73f36875e5a7
line source
1 # SliTaz package receipt.
3 PACKAGE="mate-common-dev"
4 VERSION="1.9.0"
5 CATEGORY="utilities"
6 LICENSE="GPL3"
7 SHORT_DESC="Common package for MATE applications."
8 MAINTAINER="yuripourre@gmail.com"
9 WEB_SITE="http://www.mate-desktop.org/"
10 WANTED="mate-common"
11 DEPENDS="mate-common"
12 TAGS="MATE"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/share/aclocal
18 cp -a $install/usr/share/aclocal/*.m4 $fs/usr/share/aclocal/
19 }