wok-current annotate slitaz-config/receipt @ rev 215

Up: 2.6.24.2 add new files in stuff/
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Feb 14 19:12:23 2008 +0100 (2008-02-14)
parents cdac43c3f44f
children
rev   line source
pankso@50 1 # SliTaz package receipt.
pankso@50 2
pankso@50 3 PACKAGE="slitaz-config"
pankso@50 4 VERSION="1.0"
pankso@211 5 CATEGORY="misc"
pankso@50 6 SHORT_DESC="Config tree for the base system."
pankso@50 7 MAINTAINER="pankso@slitaz.org"
pankso@50 8 TARBALL="$PACKAGE-$VERSION.tar.gz"
pankso@50 9 WEB_SITE="http://www.slitaz.org/"
pankso@50 10 WGET_URL="http://download.tuxfamily.org/slitaz/sources/base-files/$TARBALL"
pankso@50 11
pankso@50 12 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@50 13 genpkg_rules()
pankso@50 14 {
pankso@50 15 # Copy all rootfs from the stuff and set permissions.
pankso@50 16 cp -a $src/rootfs/* $fs
pankso@50 17 }