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

libopenraw, abiword: update deps; boost: pack unpacked libs
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Aug 21 05:42:25 2018 +0300 (2018-08-21)
parents b1a1deb20f42
children d5aab818505e
line source
1 # SliTaz package receipt.
3 PACKAGE="slitaz-tools"
4 VERSION="1028"
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 REPOLOGY="-"
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 }