wok-next annotate tazwok-experimental/receipt @ rev 8256
Add freerdp
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jan 29 18:02:00 2011 +0100 (2011-01-29) |
parents | a177dbf487db |
children | 3f84de4a615e |
rev | line source |
---|---|
gokhlayeh@7998 | 1 # SliTaz package receipt. |
gokhlayeh@7998 | 2 |
gokhlayeh@7998 | 3 PACKAGE="tazwok-experimental" |
slaxemulator@8233 | 4 VERSION="0.0.4.1" |
gokhlayeh@7998 | 5 CATEGORY="base-system" |
gokhlayeh@7998 | 6 SHORT_DESC="SliTaz sources and binaries packages cooker." |
gokhlayeh@7998 | 7 MAINTAINER="gokhlayeh@slitaz.org" |
gokhlayeh@7998 | 8 DEPENDS="busybox libtaz" |
gokhlayeh@7998 | 9 SUGGESTED="tazchroot" |
slaxemulator@8001 | 10 TARBALL="$PACKAGE-$VERSION.tar.gz" |
gokhlayeh@7998 | 11 WEB_SITE="http://www.slitaz.org/" |
gokhlayeh@8012 | 12 WGET_URL="http://mirror.slitaz.org/sources/tazwok-experimental/$TARBALL" |
gokhlayeh@7998 | 13 CONFIG_FILES="/etc/slitaz/tazwok.conf" |
gokhlayeh@7998 | 14 TAGS="slitaz" |
gokhlayeh@7998 | 15 |
gokhlayeh@7998 | 16 # Rules to gen a SliTaz package suitable for Tazpkg. |
gokhlayeh@7998 | 17 genpkg_rules() |
gokhlayeh@7998 | 18 { |
gokhlayeh@7998 | 19 mkdir -p $fs/usr/bin $fs/usr/share/doc/tazwok \ |
gokhlayeh@7998 | 20 $fs/etc/slitaz |
gokhlayeh@7998 | 21 # Copy Tazwok, doc and examples. |
gokhlayeh@7998 | 22 cp -a $src/tazwok $fs/usr/bin |
gokhlayeh@7998 | 23 chmod 755 $fs/usr/bin/tazwok |
gokhlayeh@7998 | 24 cp -a $src/doc/* $fs/usr/share/doc/tazwok |
gokhlayeh@7998 | 25 cp -a $src/applications $fs/usr/share |
gokhlayeh@7998 | 26 # Config file |
gokhlayeh@7998 | 27 cp -a $src/examples/tazwok.conf $fs/etc/slitaz |
gokhlayeh@7998 | 28 cp -a $src/examples/config.site $fs/etc |
gokhlayeh@7998 | 29 } |
gokhlayeh@8000 | 30 |
gokhlayeh@8000 | 31 TAZBB_NO_INSTALL="Not ready to be used on tank yet." |