wok annotate tazwok/receipt @ rev 8649

Forgot to add celestia new .desktop.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Feb 15 19:39:13 2011 +0000 (2011-02-15)
parents aa9629c1ee46
children 38db9b49ee71
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@8012 8 TARBALL="$PACKAGE-$VERSION.tar.gz"
pankso@10 9 WEB_SITE="http://www.slitaz.org/"
gokhlayeh@8012 10 WGET_URL="http://mirror.slitaz.org/sources/tazwok/$TARBALL"
jozee@4973 11 TAGS="slitaz"
pankso@10 12
pankso@10 13 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@10 14 genpkg_rules()
pankso@10 15 {
pankso@1079 16 mkdir -p $fs/usr/bin \
pankso@1079 17 $fs/usr/share/doc/tazwok $fs/etc
pankso@10 18 # Copy Tazwok, doc and examples.
pankso@10 19 cp -a $src/tazwok $fs/usr/bin
pankso@10 20 chmod 755 $fs/usr/bin/tazwok
pankso@10 21 cp -a $src/doc/* $fs/usr/share/doc/tazwok
pankso@3839 22 cp -a $src/applications $fs/usr/share
pankso@10 23 # Config file
pankso@10 24 cp -a $src/examples/tazwok.conf $fs/etc
pankso@10 25 }