wok view ssfs-busybox/receipt @ rev 20208

Down busybox (1.27.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Feb 23 11:16:33 2018 +0100 (2018-02-23)
parents 7d67d2dcb0f6
children 03bd0cf0b57b
line source
1 # SliTaz package receipt.
3 PACKAGE="ssfs-busybox"
4 VERSION="1.27.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 }