wok rev 16154

remove libtaz, see http://hg.slitaz.org/slitaz-dev-tools/rev/712c188572fc
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Mar 28 14:10:02 2014 +0000 (2014-03-28)
parents 7c9fe1d1a9c9
children c2f8b3bcdaa0
files libtaz/receipt
line diff
     1.1 --- a/libtaz/receipt	Fri Mar 28 12:44:24 2014 +0000
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,27 +0,0 @@
     1.4 -# SliTaz package receipt.
     1.5 -
     1.6 -PACKAGE="libtaz"
     1.7 -VERSION="2.1"
     1.8 -CATEGORY="base-system"
     1.9 -SHORT_DESC="Slitaz generic library."
    1.10 -MAINTAINER="gokhlayeh@slitaz.org"
    1.11 -LICENSE="BSD"
    1.12 -WEB_SITE="http://www.slitaz.org/"
    1.13 -# Download directly from hg, because this package is needed when
    1.14 -# cooking toolchain. (mercurial is not available at this time)
    1.15 -# TARBALL/SOURCE are used to make the archive named well.
    1.16 -SOURCE="slitaz-dev-tools"
    1.17 -TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.18 -WGET_URL="http://hg.slitaz.org/slitaz-dev-tools/archive/$VERSION.tar.bz2"
    1.19 -CONFIG_FILES="/etc/slitaz/slitaz.conf"
    1.20 -TAGS="slitaz"
    1.21 -
    1.22 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.23 -genpkg_rules()
    1.24 -{
    1.25 -	mkdir -p $fs/usr/share/slitaz/web \
    1.26 -		$fs/usr/lib/slitaz $fs/etc/slitaz
    1.27 -	cp -a $src/$PACKAGE/libtaz $fs/usr/lib/slitaz
    1.28 -	cp -a $src/$PACKAGE/libtaz-modules $fs/usr/lib/slitaz
    1.29 -	cp -a $src/$PACKAGE/slitaz.conf $fs/etc/slitaz
    1.30 -}