wok-next view ssfs-busybox/receipt @ rev 19581

Up: glibc (--enable-obsolete-rpc), check, kbd, libpipeline (added), sysklogd (added). Extra up: busybox.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Dec 29 07:31:53 2016 +0200 (2016-12-29)
parents 2be6ee0ddc5a
children 2c32f769918a
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 WEB_SITE="http://www.busybox.net/"
11 WANTED="busybox"
13 #
14 # NOTE: We install files in Ssfs data directory to always have have ready to
15 # create chroot on the server and provide an easy way to update the vdisk.
16 # We don't do a static build, we need some shared lib in the chroot anyway.
17 # Busybox is configured to not use /usr and with a minimal set of applets.
18 #
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 rootfs=$fs/usr/share/ssfs/rootfs
24 cp -a $src/ssfs-busybox/* $fs
25 }