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

gpodder: Fixed genpkg_rules. Saved 150kb off the package size.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Jun 19 11:45:40 2011 +0000 (2011-06-19)
parents e1a915ed4086
children d3ee6c7c1320
line source
1 # SliTaz package receipt.
3 PACKAGE="slitaz-tools-boxes"
4 VERSION="4.4.1"
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 }