wok view slitaz-configs/receipt @ rev 946

Up: slitaz-configs (2.3)
author Christophe Lincoln <pankso@slitaz.org>
date Tue Jun 24 20:46:19 2008 +0200 (2008-06-24)
parents 5b897c7c5346
children 7f9fba5a6819
line source
1 # SliTaz package receipt.
3 PACKAGE="slitaz-configs"
4 VERSION="2.3"
5 CATEGORY="base-system"
6 SHORT_DESC="SliTaz config files, wallpaper and login sound."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="slitaz-tools xorg-libXcomposite xorg-libXdamage xorg-xcompmgr transset-df tazlito tazpkg slitaz-doc lxtask lxpanel lxappearance openbox ttf-dejavu"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.slitaz.org/"
11 WGET_URL="http://download.tuxfamily.org/slitaz/sources/configs/$TARBALL"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 # Copy all rootfs from the stuff and set permissions.
17 cp -a $src/rootfs/* $fs
18 cp -a stuff/root $fs
19 chown -R root.root $fs
20 chmod 0750 $fs/root
21 }