wok-next view slitaz-tools/receipt @ rev 19715

Fix building: pciutils, pcmanfm-legacy, arj
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat May 13 17:25:31 2017 +0300 (2017-05-13)
parents 429a73e5062c
children 35faee9ea669
line source
1 # SliTaz package receipt.
3 PACKAGE="slitaz-tools"
4 VERSION="1009"
5 CATEGORY="system-tools"
6 SHORT_DESC="SliTaz tools provide installer and utils usable on terminal."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://www.slitaz.org/"
10 HOST_ARCH="i486 arm"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="http://hg.slitaz.org/slitaz-tools/archive/$VERSION.tar.bz2"
15 SUGGESTED="slitaz-tools-boxes"
16 DEPENDS="slitaz-boot-scripts dialog gettext-base slitaz-configs-base"
17 BUILD_DEPENDS="gettext"
18 SIBLINGS="slitaz-tools-boxes tazdrop"
20 # Saved config file by package manager
21 CONFIG_FILES="
22 /etc/TZ
23 /etc/keymap.conf
24 /etc/locale.conf
25 /etc/firewall.conf"
27 # Rules to configure and make the package.
28 compile_rules()
29 {
30 mkdir -p $DESTDIR/usr/share
31 make && make DESTDIR=$DESTDIR install
32 }
34 # Rules to gen a SliTaz package suitable for Tazpkg.
35 genpkg_rules()
36 {
37 mkdir -p $fs
38 cp -a $install/* $fs
39 chmod 0644 $fs/usr/share/locale/*/*/*.mo
40 touch $fs/etc/firewall.conf
41 chown -R root.root $fs
42 }