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

Add libmatchbox (Match may be used for kids or small device desktop)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Jun 08 23:20:29 2011 +0200 (2011-06-08)
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 }