wok rev 81

UP : tazwok (1.3)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Jan 02 12:04:54 2008 +0100 (2008-01-02)
parents f0a3922e60ff
children b0e619b5e1c5
files tazwok/receipt
line diff
     1.1 --- a/tazwok/receipt	Sun Dec 30 22:56:16 2007 +0100
     1.2 +++ b/tazwok/receipt	Wed Jan 02 12:04:54 2008 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="tazwok"
     1.7 -VERSION="1.2"
     1.8 +VERSION="1.3"
     1.9  CATEGORY="extra"
    1.10  SHORT_DESC="SliTaz sources and binaries packages cooker."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -15,13 +15,13 @@
    1.13  {
    1.14  	mkdir -p $fs/usr/bin $fs/usr/share/examples/tazwok \
    1.15  	$fs/usr/share/doc/tazwok $fs/etc
    1.16 +	
    1.17  	# Copy Tazwok, doc and examples.
    1.18 -	#
    1.19  	cp -a $src/tazwok $fs/usr/bin
    1.20  	chmod 755 $fs/usr/bin/tazwok
    1.21  	cp -a $src/doc/* $fs/usr/share/doc/tazwok
    1.22  	cp -a $src/examples/* $fs/usr/share/examples/tazwok
    1.23 -	rm $fs/usr/share/examples/tazwok/build-world.sh
    1.24 +
    1.25  	# Config file
    1.26  	cp -a $src/examples/tazwok.conf $fs/etc
    1.27  }