wok annotate slitaz-tools/receipt @ rev 17212
cyrus-imapd: enable murder
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Oct 10 15:22:16 2014 +0200 (2014-10-10) |
parents | 5521d756a41c |
children | d98b832eaafa |
rev | line source |
---|---|
pankso@11 | 1 # SliTaz package receipt. |
pankso@11 | 2 |
pankso@11 | 3 PACKAGE="slitaz-tools" |
al@16801 | 4 VERSION="5.8.9" |
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" |
pankso@12882 | 17 |
pankso@12882 | 18 # Saved config file by package manager |
pascal@1212 | 19 CONFIG_FILES=" |
pascal@1212 | 20 /etc/TZ |
pascal@1212 | 21 /etc/keymap.conf |
pascal@1212 | 22 /etc/locale.conf |
slaxemulator@13650 | 23 /etc/firewall.conf" |
pankso@11 | 24 |
pankso@5126 | 25 # Rules to configure and make the package. |
pankso@5126 | 26 compile_rules() |
pankso@5126 | 27 { |
pankso@16442 | 28 mkdir -p $DESTDIR/usr/share |
al@14803 | 29 make && make DESTDIR=$DESTDIR install |
pankso@5126 | 30 } |
pankso@5126 | 31 |
pankso@11 | 32 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@11 | 33 genpkg_rules() |
pankso@11 | 34 { |
pankso@10789 | 35 mkdir -p $fs |
pankso@10789 | 36 cp -a $install/* $fs |
pankso@10859 | 37 chmod 0644 $fs/usr/share/locale/*/*/*.mo |
pankso@401 | 38 chown -R root.root $fs |
pankso@11 | 39 } |