wok annotate tazwok/receipt @ rev 6253

Up: filezilla to 3.3.4.1.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Sep 14 01:28:42 2010 +0000 (2010-09-14)
parents 27eaf62b3cf6
children d0c6a2d1c542
rev   line source
pankso@10 1 # SliTaz package receipt.
pankso@10 2
pankso@10 3 PACKAGE="tazwok"
gokhlayeh@5770 4 VERSION="3.2.1"
pankso@210 5 CATEGORY="base-system"
pankso@10 6 SHORT_DESC="SliTaz sources and binaries packages cooker."
pankso@10 7 MAINTAINER="pankso@slitaz.org"
gokhlayeh@5770 8 TARBALL="$VERSION.tar.gz"
pankso@10 9 WEB_SITE="http://www.slitaz.org/"
gokhlayeh@5770 10 # Using an hg URL because tarball is not avaible at this moment
gokhlayeh@5770 11 #WGET_URL="http://mirror.slitaz.org/sources/tazwok/$TARBALL"
gokhlayeh@5770 12 WGET_URL="http://hg.slitaz.org/$PACKAGE/archive/$TARBALL"
jozee@4973 13 TAGS="slitaz"
pankso@10 14
pankso@10 15 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@10 16 genpkg_rules()
pankso@10 17 {
pankso@1079 18 mkdir -p $fs/usr/bin \
pankso@1079 19 $fs/usr/share/doc/tazwok $fs/etc
pankso@10 20 # Copy Tazwok, doc and examples.
pankso@10 21 cp -a $src/tazwok $fs/usr/bin
pankso@10 22 chmod 755 $fs/usr/bin/tazwok
pankso@10 23 cp -a $src/doc/* $fs/usr/share/doc/tazwok
pankso@3839 24 cp -a $src/applications $fs/usr/share
pankso@10 25 # Config file
pankso@10 26 cp -a $src/examples/tazwok.conf $fs/etc
pankso@10 27 }