wok view tazwok/receipt @ rev 8053

Up: cherokee to 1.0.18.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Jan 20 16:12:21 2011 +0000 (2011-01-20)
parents aa9629c1ee46
children 38db9b49ee71
line source
1 # SliTaz package receipt.
3 PACKAGE="tazwok"
4 VERSION="3.2.1"
5 CATEGORY="base-system"
6 SHORT_DESC="SliTaz sources and binaries packages cooker."
7 MAINTAINER="pankso@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://www.slitaz.org/"
10 WGET_URL="http://mirror.slitaz.org/sources/tazwok/$TARBALL"
11 TAGS="slitaz"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/bin \
17 $fs/usr/share/doc/tazwok $fs/etc
18 # Copy Tazwok, doc and examples.
19 cp -a $src/tazwok $fs/usr/bin
20 chmod 755 $fs/usr/bin/tazwok
21 cp -a $src/doc/* $fs/usr/share/doc/tazwok
22 cp -a $src/applications $fs/usr/share
23 # Config file
24 cp -a $src/examples/tazwok.conf $fs/etc
25 }