wok-stable annotate slitaz-configs/receipt @ rev 715

Up: slitaz-configs (2.0) - Include now Openbox default files and slim theme
author Christophe Lincoln <pankso@slitaz.org>
date Fri May 02 20:41:41 2008 +0200 (2008-05-02)
parents b6a1e89c9947
children ffbc7821af0e
rev   line source
pankso@274 1 # SliTaz package receipt.
pankso@274 2
pankso@274 3 PACKAGE="slitaz-configs"
pankso@715 4 VERSION="2.0"
pankso@274 5 CATEGORY="base-system"
pankso@655 6 SHORT_DESC="SliTaz config files, wallpaper and login sound."
pankso@274 7 MAINTAINER="pankso@slitaz.org"
pankso@473 8 DEPENDS="slitaz-tools xorg-libXcomposite xorg-libXdamage xorg-xcompmgr
pankso@715 9 transset-df tazlito tazpkg slitaz-doc lxtask lxpanel openbox"
pankso@274 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
pankso@274 11 WEB_SITE="http://www.slitaz.org/"
pankso@274 12 WGET_URL="http://download.tuxfamily.org/slitaz/sources/base-files/$TARBALL"
pankso@274 13
pankso@274 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@274 15 genpkg_rules()
pankso@274 16 {
pankso@274 17 # Copy all rootfs from the stuff and set permissions.
pankso@274 18 cp -a $src/rootfs/* $fs
pankso@715 19 cp -a stuff/root $fs
pankso@715 20 chown -R root.root $fs
pankso@715 21 chmod 0750 $fs/root
pankso@274 22 }