wok view ssfs-busybox/receipt @ rev 14617
Up libxcb (1.9.1), see http://www.x.org/wiki/Development/Security/Advisory-2013-05-23
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jun 01 15:41:58 2013 +0200 (2013-06-01) |
parents | f5e71a92c2a8 |
children | a4254bd509cd |
line source
1 # SliTaz package receipt.
3 PACKAGE="ssfs-busybox"
4 VERSION="1.21.0"
5 CATEGORY="base-system"
6 SHORT_DESC="Busybox for Ssfs virtual disk minimal chroot."
7 MAINTAINER="pankso@slitaz.org"
8 WANTED="busybox"
9 WEB_SITE="http://www.busybox.net/"
11 #
12 # NOTE: We Install files in Ssfs data directory to always have have ready to
13 # create chroot on the server and provide an easy way to update the vdisk.
14 # We dont do a static build, we need some shared lib in the chroot anyway.
15 # Busybox is configured to not use /usr and with a minimal set of applets.
16 #
18 # Rules to gen a SliTaz package suitable for Tazpkg.
19 genpkg_rules()
20 {
21 rootfs=$fs/usr/share/ssfs/rootfs
22 cp -a $src/ssfs-busybox/* $fs
23 }