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

Removed cat base-apps and dispatch pkgs
author Christophe Lincoln <pankso@slitaz.org>
date Sat Feb 02 01:23:02 2008 +0100 (2008-02-02)
parents e17dfeb82a2c
children cf22fee17710
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@178 5 CATEGORY="extra"
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 }