wok annotate slitaz-tools/receipt @ rev 19507

Update SliTaz projects: slitaz-base-files(316), slitaz-tools(1006), tazinst(84), tazlito(443), tazpanel(609), tazpkg(928), tazusb(193), tazweb(173).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Nov 20 00:33:44 2016 +0200 (2016-11-20)
parents e97a0707db43
children d5add2d69322
rev   line source
pankso@11 1 # SliTaz package receipt.
pankso@11 2
pankso@11 3 PACKAGE="slitaz-tools"
al@19507 4 VERSION="1006"
pankso@194 5 CATEGORY="system-tools"
psychomaniak@17176 6 SHORT_DESC="SliTaz tools provide installer and utils usable on terminal."
pankso@11 7 MAINTAINER="pankso@slitaz.org"
pascal@15021 8 LICENSE="GPL3"
al@14803 9 WEB_SITE="http://www.slitaz.org/"
psychomaniak@17177 10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
psychomaniak@17177 11 WGET_URL="http://hg.slitaz.org/slitaz-tools/archive/$VERSION.tar.bz2"
pankso@12882 12 HOST_ARCH="i486 arm"
al@19184 13 SIBLINGS="slitaz-tools-boxes tazdrop"
pankso@12882 14
al@14803 15 SUGGESTED="slitaz-tools-boxes"
pankso@12882 16 DEPENDS="slitaz-boot-scripts dialog gettext-base slitaz-configs-base"
pankso@12882 17 BUILD_DEPENDS="gettext"
pankso@12882 18
pankso@12882 19 # Saved config file by package manager
pascal@1212 20 CONFIG_FILES="
pascal@1212 21 /etc/TZ
pascal@1212 22 /etc/keymap.conf
pascal@1212 23 /etc/locale.conf
slaxemulator@13650 24 /etc/firewall.conf"
pankso@11 25
pankso@5126 26 # Rules to configure and make the package.
pankso@5126 27 compile_rules()
pankso@5126 28 {
pankso@16442 29 mkdir -p $DESTDIR/usr/share
al@14803 30 make && make DESTDIR=$DESTDIR install
pankso@5126 31 }
pankso@5126 32
pankso@11 33 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@11 34 genpkg_rules()
pankso@11 35 {
pankso@10789 36 mkdir -p $fs
pankso@10789 37 cp -a $install/* $fs
pankso@10859 38 chmod 0644 $fs/usr/share/locale/*/*/*.mo
al@18599 39 touch $fs/etc/firewall.conf
pankso@401 40 chown -R root.root $fs
pankso@11 41 }