wok-current view debootsrap/receipt @ rev 15684
Add deboostrap;Add dpkg
| author | Stanislas Leduc <shann@slitaz.org> | 
|---|---|
| date | Fri Dec 20 23:12:31 2013 +0100 (2013-12-20) | 
| parents | |
| children | 
 line source
     1 # SliTaz package receipt
     3 PACKAGE="debootstrap"
     4 VERSION="1.0.48"
     5 CATEGORY="misc"
     6 SHORT_DESC="Bootstrap a basic Debian system"
     7 MAINTAINER="shann@slitaz.org"
     8 TARBALL="$PACKAGE-$VERSION.tar.gz"
     9 WEB_SITE="https://wiki.debian.org/Debootstrap"
    10 WGET_URL="http://people.slitaz.org/~shann/packages/$PACKAGE/$TARBALL"
    12 DEPENDS="dpkg"
    14 # Rules to gen a SliTaz package suitable for Tazpkg.
    15 genpkg_rules()
    16 {
    17 	cp -a $src/etc/* $fs/etc
    18 	cp -a $src/sbin/*  $fs/sbin
    19 	cp -a $src/usr/* $fs/usr
    20 	chown -R root.root $fs
    21 }