wok annotate slitaz-tools/receipt @ rev 21263
updated libnetfilter_queue and libnetfilter_queue-dev (1.0.2 -> 1.0.3)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Apr 12 13:34:05 2019 +0100 (2019-04-12) |
parents | ab43b9f8e081 |
children | f7a13af08fc7 |
rev | line source |
---|---|
pankso@11 | 1 # SliTaz package receipt. |
pankso@11 | 2 |
pankso@11 | 3 PACKAGE="slitaz-tools" |
pascal@20308 | 4 VERSION="1028" |
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" |
pankso@12882 | 13 |
al@14803 | 14 SUGGESTED="slitaz-tools-boxes" |
pankso@12882 | 15 DEPENDS="slitaz-boot-scripts dialog gettext-base slitaz-configs-base" |
pankso@12882 | 16 BUILD_DEPENDS="gettext" |
al@19617 | 17 SIBLINGS="slitaz-tools-boxes tazdrop" |
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 } |