wok view ssfs-busybox/receipt @ rev 19350

Down busybox (1.23.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jul 24 18:01:03 2016 +0200 (2016-07-24)
parents f7c899b7a001
children 9c81bcc2a3b7
line source
1 # SliTaz package receipt.
3 PACKAGE="ssfs-busybox"
4 VERSION="1.23.2"
5 CATEGORY="base-system"
6 SHORT_DESC="Busybox for Ssfs virtual disk minimal chroot."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WANTED="busybox"
10 WEB_SITE="http://www.busybox.net/"
12 #
13 # NOTE: We Install files in Ssfs data directory to always have have ready to
14 # create chroot on the server and provide an easy way to update the vdisk.
15 # We dont do a static build, we need some shared lib in the chroot anyway.
16 # Busybox is configured to not use /usr and with a minimal set of applets.
17 #
19 # Rules to gen a SliTaz package suitable for Tazpkg.
20 genpkg_rules()
21 {
22 rootfs=$fs/usr/share/ssfs/rootfs
23 cp -a $src/ssfs-busybox/* $fs
24 }