# HG changeset patch # User Pascal Bellard # Date 1396015802 0 # Node ID 452812316ef19e6adea29a8ac429cc88c34e3e94 # Parent 7c9fe1d1a9c9cad6d7a03670401dccf921c9f327 remove libtaz, see http://hg.slitaz.org/slitaz-dev-tools/rev/712c188572fc diff -r 7c9fe1d1a9c9 -r 452812316ef1 libtaz/receipt --- a/libtaz/receipt Fri Mar 28 12:44:24 2014 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,27 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="libtaz" -VERSION="2.1" -CATEGORY="base-system" -SHORT_DESC="Slitaz generic library." -MAINTAINER="gokhlayeh@slitaz.org" -LICENSE="BSD" -WEB_SITE="http://www.slitaz.org/" -# Download directly from hg, because this package is needed when -# cooking toolchain. (mercurial is not available at this time) -# TARBALL/SOURCE are used to make the archive named well. -SOURCE="slitaz-dev-tools" -TARBALL="$SOURCE-$VERSION.tar.bz2" -WGET_URL="http://hg.slitaz.org/slitaz-dev-tools/archive/$VERSION.tar.bz2" -CONFIG_FILES="/etc/slitaz/slitaz.conf" -TAGS="slitaz" - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/share/slitaz/web \ - $fs/usr/lib/slitaz $fs/etc/slitaz - cp -a $src/$PACKAGE/libtaz $fs/usr/lib/slitaz - cp -a $src/$PACKAGE/libtaz-modules $fs/usr/lib/slitaz - cp -a $src/$PACKAGE/slitaz.conf $fs/etc/slitaz -}