wok view tazwok-experimental/receipt @ rev 8529

Up: aspell-en to 7.1-0.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Feb 13 01:29:58 2011 +0000 (2011-02-13)
parents c372ee88308b
children 680a9347846a
line source
1 # SliTaz package receipt.
3 PACKAGE="tazwok-experimental"
4 VERSION="0.0.5.6"
5 CATEGORY="base-system"
6 SHORT_DESC="SliTaz sources and binaries packages cooker."
7 MAINTAINER="gokhlayeh@slitaz.org"
8 DEPENDS="busybox libtaz"
9 SUGGESTED="tazchroot"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WEB_SITE="http://www.slitaz.org/"
12 WGET_URL="http://mirror.slitaz.org/sources/tazwok-experimental/$TARBALL"
13 CONFIG_FILES="/etc/slitaz/tazwok.conf"
14 PROVIDE="tazwok"
15 TAGS="slitaz"
17 # Rules to gen a SliTaz package suitable for Tazpkg.
18 genpkg_rules()
19 {
20 mkdir -p $fs/usr/bin $fs/usr/share/doc/tazwok \
21 $fs/etc/slitaz
22 # Copy Tazwok, doc and examples.
23 cp -a $src/tazwok $fs/usr/bin
24 chmod 755 $fs/usr/bin/tazwok
25 cp -a $src/doc/* $fs/usr/share/doc/tazwok
26 cp -a $src/applications $fs/usr/share
27 # Config file
28 cp -a $src/examples/tazwok.conf $fs/etc/slitaz
29 cp -a $src/examples/config.site $fs/etc
30 }
32 TAZBB_NO_INSTALL="Not ready to be used on tank yet."