wok view slitaz-tools-boxes/receipt @ rev 10847

busybox/httpd_helper.sh: normalized variable names
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 11 17:53:28 2011 +0200 (2011-06-11)
parents c2e7c7baed66
children e1a915ed4086
line source
1 # SliTaz package receipt.
3 PACKAGE="slitaz-tools-boxes"
4 VERSION="4.3"
5 CATEGORY="system-tools"
6 SHORT_DESC="All SliTaz GTKdialog boxes to command line tools."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="slitaz-tools gtkdialog gettext-base yad"
9 WANTED="slitaz-tools"
10 WEB_SITE="http://www.slitaz.org/"
11 CONFIG_FILES="/etc/wireless"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src
17 make && make DESTDIR=$DESTDIR install-boxes
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 install=$WOK/$PACKAGE/install
24 mkdir -p $fs
25 cp -a $install/* $fs
26 chmod 0644 $fs/usr/share/locale/*/*/*.mo
27 chown -R root.root $fs
28 }