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

libxml2: add python as build_depend
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sun Dec 18 03:01:59 2011 +0100 (2011-12-18)
parents 97f23cb94dd2
children 4da8cad96f76
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 SOURCE="slitaz-tools"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WEB_SITE="http://www.slitaz.org/"
12 WGET_URL="http://mirror.slitaz.org/sources/tools/$TARBALL"
13 CONFIG_FILES="/etc/wireless"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 make && make DESTDIR=$DESTDIR install-boxes
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs
26 cp -a $install/* $fs
27 chmod 0644 $fs/usr/share/locale/*/*/*.mo
28 chown -R root.root $fs
29 }