wok diff tazwok/receipt @ rev 71

Removed meta pkg xorg-proto (xorg-dev-proto do the job)
author Christophe Lincoln <pankso@slitaz.org>
date Tue Dec 25 17:16:56 2007 +0100 (2007-12-25)
parents
children 485002daf01b
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/tazwok/receipt	Tue Dec 25 17:16:56 2007 +0100
     1.3 @@ -0,0 +1,27 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="tazwok"
     1.7 +VERSION="1.2"
     1.8 +CATEGORY="extra"
     1.9 +SHORT_DESC="SliTaz sources and binaries packages cooker."
    1.10 +MAINTAINER="pankso@slitaz.org"
    1.11 +DEPENDS="cpio"
    1.12 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.13 +WEB_SITE="http://www.slitaz.org/"
    1.14 +WGET_URL="http://download.tuxfamily.org/slitaz/sources/tazwok/$TARBALL"
    1.15 +
    1.16 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.17 +genpkg_rules()
    1.18 +{
    1.19 +	mkdir -p $fs/usr/bin $fs/usr/share/examples/tazwok \
    1.20 +	$fs/usr/share/doc/tazwok $fs/etc
    1.21 +	# Copy Tazwok, doc and examples.
    1.22 +	#
    1.23 +	cp -a $src/tazwok $fs/usr/bin
    1.24 +	chmod 755 $fs/usr/bin/tazwok
    1.25 +	cp -a $src/doc/* $fs/usr/share/doc/tazwok
    1.26 +	cp -a $src/examples/* $fs/usr/share/examples/tazwok
    1.27 +	rm $fs/usr/share/examples/tazwok/build-world.sh
    1.28 +	# Config file
    1.29 +	cp -a $src/examples/tazwok.conf $fs/etc
    1.30 +}