wok view slitaz-configs-base/receipt @ rev 9552

busybox/httpd: no patch need for directory list
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Apr 10 13:13:17 2011 +0200 (2011-04-10)
parents 9867bb14c367
children 73551a09919b
line source
1 # SliTaz package receipt.
3 PACKAGE="slitaz-configs-base"
4 VERSION="4.3"
5 CATEGORY="base-system"
6 SHORT_DESC="SliTaz config files for text based systems."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="tazlito tazpkg"
9 SOURCE="slitaz-configs"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WEB_SITE="http://www.slitaz.org/"
12 WGET_URL="http://mirror.slitaz.org/sources/configs/$TARBALL"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 # Copy rootfs files from the stuff and set permissions.
18 mkdir -p $fs/etc $fs/boot
19 cp -a $src/rootfs/boot $fs
20 cp -a $src/rootfs/etc/skel $fs/etc
21 cp -a $src/rootfs/etc/X11 $fs/etc
22 mkdir $fs/etc/skel/Music $fs/etc/skel/Documents
23 cp -a $src/rootfs/usr $fs
24 cp -a $src/rootfs/root $fs
25 chown -R root.root $fs
26 chmod 0750 $fs/root
27 }