wok-stable rev 12418

Remove debootsrap
author Stanislas Leduc <shann@slitaz.org>
date Sat Dec 21 07:49:16 2013 +0100 (2013-12-21)
parents 657739a41cb0
children 8f05b683ccc4
files debootsrap/receipt
line diff
     1.1 --- a/debootsrap/receipt	Sat Dec 21 07:39:18 2013 +0100
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,21 +0,0 @@
     1.4 -# SliTaz package receipt
     1.5 -
     1.6 -PACKAGE="debootstrap"
     1.7 -VERSION="1.0.48"
     1.8 -CATEGORY="misc"
     1.9 -SHORT_DESC="Bootstrap a basic Debian system"
    1.10 -MAINTAINER="shann@slitaz.org"
    1.11 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.12 -WEB_SITE="https://wiki.debian.org/Debootstrap"
    1.13 -WGET_URL="http://people.slitaz.org/~shann/packages/$PACKAGE/$TARBALL"
    1.14 -
    1.15 -DEPENDS="dpkg"
    1.16 -
    1.17 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.18 -genpkg_rules()
    1.19 -{
    1.20 -	cp -a $src/etc/* $fs/etc
    1.21 -	cp -a $src/sbin/*  $fs/sbin
    1.22 -	cp -a $src/usr/* $fs/usr
    1.23 -	chown -R root.root $fs
    1.24 -}