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

Up: exiv2 to 0.20.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Dec 24 19:57:39 2010 +0000 (2010-12-24)
parents
children d90bb8e40fa1
line source
1 # SliTaz package receipt.
3 PACKAGE="slitaz-configs-base"
4 VERSION="4.0"
5 CATEGORY="base-system"
6 SHORT_DESC="SliTaz config files for text based systems."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="tazlito tazpkg"
9 WEB_SITE="http://www.slitaz.org/"
10 WANTED="slitaz-configs"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 # Copy rootfs files from the stuff and set permissions.
16 mkdir -p $fs/etc
17 cp -a $src/rootfs/etc/skel $fs/etc
18 cp -a $src/rootfs/etc/X11 $fs/etc
19 mkdir $fs/etc/skel/Music $fs/etc/skel/Documents
20 cp -a $src/rootfs/usr $fs
21 cp -a $src/rootfs/root $fs
22 chown -R root.root $fs
23 chmod 0750 $fs/root
24 }