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

Up: mplayer to 1.0rc4. Up: mplayer-skins to 1.0rc4.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Jan 30 01:21:47 2011 +0000 (2011-01-30)
parents d90bb8e40fa1
children 9867bb14c367
line source
1 # SliTaz package receipt.
3 PACKAGE="slitaz-configs-base"
4 VERSION="4.1"
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
19 cp -a $src/rootfs/etc/skel $fs/etc
20 cp -a $src/rootfs/etc/X11 $fs/etc
21 mkdir $fs/etc/skel/Music $fs/etc/skel/Documents
22 cp -a $src/rootfs/usr $fs
23 cp -a $src/rootfs/root $fs
24 chown -R root.root $fs
25 chmod 0750 $fs/root
26 }