wok view ssfs-busybox/receipt @ rev 20896

updated ethtool (4.2 -> 4.19)
author Hans-G?nter Theisgen
date Tue Feb 26 14:11:25 2019 +0100 (2019-02-26)
parents 03bd0cf0b57b
children c9d02f08d860
line source
1 # SliTaz package receipt.
3 PACKAGE="ssfs-busybox"
4 VERSION="1.30.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 }