wok-6.x diff libtaz/receipt @ rev 8832

slitaz-dev-tools is now a meta package
author Christophe Lincoln <pankso@slitaz.org>
date Thu Feb 24 16:15:12 2011 +0100 (2011-02-24)
parents bab72c1080b0
children 051b9519756a
line diff
     1.1 --- a/libtaz/receipt	Sat Feb 19 02:08:17 2011 +0100
     1.2 +++ b/libtaz/receipt	Thu Feb 24 16:15:12 2011 +0100
     1.3 @@ -1,15 +1,11 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libtaz"
     1.7 -VERSION="0.0.7.1"
     1.8 +VERSION="1.0"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="Slitaz generic library."
    1.11  MAINTAINER="gokhlayeh@slitaz.org"
    1.12 -TARBALL="$VERSION.tar.bz2"
    1.13  WEB_SITE="http://www.slitaz.org/"
    1.14 -# Use mercurial until tarball is mirrored.
    1.15 -#WGET_URL="http://mirror.slitaz.org/sources/$PACKAGE/$TARBALL"
    1.16 -WGET_URL="http://hg.slitaz.org/$PACKAGE/archive/$VERSION.tar.bz2"
    1.17  TAGS="slitaz"
    1.18  CONFIG_FILES="/etc/slitaz/slitaz.conf"
    1.19  
    1.20 @@ -18,8 +14,8 @@
    1.21  {
    1.22  	mkdir -p $fs/usr/share/slitaz/web \
    1.23  		$fs/usr/lib/slitaz $fs/etc/slitaz
    1.24 -	cp -a $src/libtaz $fs/usr/lib/slitaz
    1.25 -	cp -a $src/libtaz-modules $fs/usr/lib/slitaz
    1.26 -	cp -a $src/slitaz.conf $fs/etc/slitaz
    1.27 -	cp -a $src/web $fs/usr/share/slitaz
    1.28 +	cp -a $stuff/libtaz $fs/usr/lib/slitaz
    1.29 +	cp -a $stuff/libtaz-modules $fs/usr/lib/slitaz
    1.30 +	cp -a $stuff/slitaz.conf $fs/etc/slitaz
    1.31 +	cp -a $stuff/web $fs/usr/share/slitaz
    1.32  }