wok view tazwok-experimental/receipt @ rev 8080

Add: xorg-makedepend 1.0.3
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Jan 22 03:25:18 2011 +0100 (2011-01-22)
parents 5f24a1ad24f7
children caa46bb4926e
line source
1 # SliTaz package receipt.
3 PACKAGE="tazwok-experimental"
4 VERSION="0.0.2"
5 CATEGORY="base-system"
6 SHORT_DESC="SliTaz sources and binaries packages cooker."
7 MAINTAINER="gokhlayeh@slitaz.org"
8 DEPENDS="busybox libtaz"
9 SUGGESTED="tazchroot"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WEB_SITE="http://www.slitaz.org/"
12 WGET_URL="http://mirror.slitaz.org/sources/tazwok-experimental/$TARBALL"
13 CONFIG_FILES="/etc/slitaz/tazwok.conf"
14 TAGS="slitaz"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/bin $fs/usr/share/doc/tazwok \
20 $fs/etc/slitaz
21 # Copy Tazwok, doc and examples.
22 cp -a $src/tazwok $fs/usr/bin
23 chmod 755 $fs/usr/bin/tazwok
24 cp -a $src/doc/* $fs/usr/share/doc/tazwok
25 cp -a $src/applications $fs/usr/share
26 # Config file
27 cp -a $src/examples/tazwok.conf $fs/etc/slitaz
28 cp -a $src/examples/config.site $fs/etc
29 }
31 TAZBB_NO_INSTALL="Not ready to be used on tank yet."