wok view ssfs-busybox/receipt @ rev 14775

Up postfix (2.10.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jun 30 11:31:08 2013 +0200 (2013-06-30)
parents 579492e43b93
children e30c03f14110
line source
1 # SliTaz package receipt.
3 PACKAGE="ssfs-busybox"
4 VERSION="1.21.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 }