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

Fix building: pciutils, pcmanfm-legacy, arj
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat May 13 17:25:31 2017 +0300 (2017-05-13)
parents f7d9f142f79d
children
line source
1 # SliTaz package receipt.
3 PACKAGE="ssfs-busybox"
4 VERSION="1.26.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 }