wok diff ssfs-busybox/receipt @ rev 12181

Up: tazlito (4.6.1) - Small fix
author Christophe Lincoln <pankso@slitaz.org>
date Sat Mar 24 16:46:08 2012 +0100 (2012-03-24)
parents f593d03dde47
children 2a66c0430085
line diff
     1.1 --- a/ssfs-busybox/receipt	Sat Jun 18 23:41:34 2011 +0200
     1.2 +++ b/ssfs-busybox/receipt	Sat Mar 24 16:46:08 2012 +0100
     1.3 @@ -5,10 +5,8 @@
     1.4  CATEGORY="base-system"
     1.5  SHORT_DESC="Busybox for Ssfs virtual disk minimal chroot."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -SOURCE="busybox"
     1.8 -TARBALL="$SOURCE-$VERSION.tar.bz2"
     1.9 +WANTED="busybox"
    1.10  WEB_SITE="http://www.busybox.net/"
    1.11 -WGET_URL="http://www.busybox.net/downloads/$TARBALL"
    1.12  
    1.13  #
    1.14  # NOTE: We Install files in Ssfs data directory to always have have ready to
    1.15 @@ -17,23 +15,9 @@
    1.16  # Busybox is configured to not use /usr and with a minimal set of applets.
    1.17  #
    1.18  
    1.19 -# Rules to configure and make the package.
    1.20 -compile_rules()
    1.21 -{
    1.22 -	rootfs=$DESTDIR/usr/share/ssfs/rootfs
    1.23 -	cd $src && cp $stuff/*.config .config
    1.24 -	make oldconfig && make busybox &&
    1.25 -	make CONFIG_PREFIX=$rootfs install
    1.26 -}
    1.27 -
    1.28  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.29  genpkg_rules()
    1.30  {
    1.31  	rootfs=$fs/usr/share/ssfs/rootfs
    1.32 -	mkdir -p $rootfs/etc
    1.33 -	cp -a $install/* $fs
    1.34 -	cp $stuff/busybox.conf $rootfs/etc
    1.35 -	chown -R 0.0 $rootfs/etc
    1.36 -	chmod 0600 $rootfs/etc/busybox.conf
    1.37 -	chmod 4755 $rootfs/bin/busybox
    1.38 +	cp -a $src/ssfs-busybox/* $fs
    1.39  }