wok view slitaz-configs/receipt @ rev 771

Up: sliaz-tools (2.3), slitaz-configs (2.1) and use desktopbox to logout from lxpanel
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 12 02:16:34 2008 +0200 (2008-05-12)
parents ffbc7821af0e
children 5b897c7c5346
line source
1 # SliTaz package receipt.
3 PACKAGE="slitaz-configs"
4 VERSION="2.1"
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/base-files/$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 }