wok view ssfs-busybox/receipt @ rev 23621

updated ruby and ruby-dev (2.6.4 -> 2.7.1)
author Hans-G?nter Theisgen
date Tue Apr 14 15:51:31 2020 +0100 (2020-04-14)
parents c9d02f08d860
children 7a039a870626
line source
1 # SliTaz package receipt.
3 PACKAGE="ssfs-busybox"
4 VERSION="1.31.1"
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 }