wok view tazwok/receipt @ rev 7874

udev: add system groups
author Christophe Lincoln <pankso@slitaz.org>
date Mon Jan 03 20:56:23 2011 +0100 (2011-01-03)
parents 27eaf62b3cf6
children d0c6a2d1c542
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="$VERSION.tar.gz"
9 WEB_SITE="http://www.slitaz.org/"
10 # Using an hg URL because tarball is not avaible at this moment
11 #WGET_URL="http://mirror.slitaz.org/sources/tazwok/$TARBALL"
12 WGET_URL="http://hg.slitaz.org/$PACKAGE/archive/$TARBALL"
13 TAGS="slitaz"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/bin \
19 $fs/usr/share/doc/tazwok $fs/etc
20 # Copy Tazwok, doc and examples.
21 cp -a $src/tazwok $fs/usr/bin
22 chmod 755 $fs/usr/bin/tazwok
23 cp -a $src/doc/* $fs/usr/share/doc/tazwok
24 cp -a $src/applications $fs/usr/share
25 # Config file
26 cp -a $src/examples/tazwok.conf $fs/etc
27 }