wok view slitaz-configs/receipt @ rev 717

slitaz-tools and slitaz-configs receipts typo and add deps
author Christophe Lincoln <pankso@slitaz.org>
date Fri May 02 21:09:43 2008 +0200 (2008-05-02)
parents d9a0a4c18489
children a1d12c37584a
line source
1 # SliTaz package receipt.
3 PACKAGE="slitaz-configs"
4 VERSION="2.0"
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
9 transset-df tazlito tazpkg slitaz-doc lxtask lxpanel lxappearance
10 openbox ttf-dejavu"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WEB_SITE="http://www.slitaz.org/"
13 WGET_URL="http://download.tuxfamily.org/slitaz/sources/base-files/$TARBALL"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 # Copy all rootfs from the stuff and set permissions.
19 cp -a $src/rootfs/* $fs
20 cp -a stuff/root $fs
21 chown -R root.root $fs
22 chmod 0750 $fs/root
23 }