wok-4.x diff ssfs-busybox/receipt @ rev 12322
get-wfica: update (thanks Carl)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Aug 22 18:22:54 2012 +0200 (2012-08-22) |
parents | f593d03dde47 |
children |
line diff
1.1 --- a/ssfs-busybox/receipt Sat Jun 18 23:41:34 2011 +0200 1.2 +++ b/ssfs-busybox/receipt Wed Aug 22 18:22:54 2012 +0200 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 }