wok view tazwok-experimental/receipt @ rev 8495

Add SRC_WANTED to lighttpd-ssl.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Feb 09 18:45:20 2011 +0000 (2011-02-09)
parents 576a60dd424b
children 317a9ad46c2f
line source
1 # SliTaz package receipt.
3 PACKAGE="tazwok-experimental"
4 VERSION="0.0.5.6"
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."