wok annotate mate-common-dev/receipt @ rev 19974

Up: tor (0.3.0.8), privoxy (3.0.26-stable),
get-palemoon (27.3.0)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Thu Jun 08 21:57:08 2017 +0200 (2017-06-08)
parents
children 73f36875e5a7
rev   line source
yuripourre@16958 1 # SliTaz package receipt.
yuripourre@16958 2
yuripourre@16958 3 PACKAGE="mate-common-dev"
yuripourre@16958 4 VERSION="1.9.0"
yuripourre@16958 5 CATEGORY="utilities"
yuripourre@16958 6 LICENSE="GPL3"
yuripourre@16958 7 SHORT_DESC="Common package for MATE applications."
yuripourre@16958 8 MAINTAINER="yuripourre@gmail.com"
yuripourre@16958 9 WEB_SITE="http://www.mate-desktop.org/"
yuripourre@16958 10 WANTED="mate-common"
yuripourre@16958 11 DEPENDS="mate-common"
yuripourre@16958 12 TAGS="MATE"
yuripourre@16958 13
yuripourre@16958 14 # Rules to gen a SliTaz package suitable for Tazpkg.
yuripourre@16958 15 genpkg_rules()
yuripourre@16958 16 {
yuripourre@16958 17 mkdir -p $fs/usr/share/aclocal
yuripourre@16958 18 cp -a $install/usr/share/aclocal/*.m4 $fs/usr/share/aclocal/
yuripourre@16958 19 }