wok-stable view slitaz-configs-base/receipt @ rev 12257

Up: slitaz-configs to 4.9.2. There shouldn't have been 1.9.2 tag.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Apr 10 14:45:29 2012 +0000 (2012-04-10)
parents ff3f1b606cf8
children
line source
1 # SliTaz package receipt.
3 PACKAGE="slitaz-configs-base"
4 VERSION="4.9.2"
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://hg.slitaz.org/slitaz-configs/archive/$VERSION.tar.gz"
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 -p \
23 $fs/etc/skel/Music \
24 $fs/etc/skel/Documents
25 cp -a $src/rootfs/usr $fs
26 cp -a $src/rootfs/root $fs
27 chown -R root.root $fs
28 chmod 0750 $fs/root
29 }