wok view tazwok/receipt @ rev 5333

glibc: dont use configparms (Thanks Alexander)
author Christophe Lincoln <pankso@slitaz.org>
date Sun Apr 25 21:47:06 2010 +0200 (2010-04-25)
parents c663555ee29a
children aa9629c1ee46
line source
1 # SliTaz package receipt.
3 PACKAGE="tazwok"
4 VERSION="3.2"
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 }