wok-stable rev 421

Add slitaz-doc (initial release to have a pkg in RC3)
author Christophe Lincoln <pankso@slitaz.org>
date Thu Mar 13 12:34:57 2008 +0100 (2008-03-13)
parents eb4e6a1af180
children e0ad9f116fca
files slitaz-doc/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/slitaz-doc/receipt	Thu Mar 13 12:34:57 2008 +0100
     1.3 @@ -0,0 +1,19 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="slitaz-doc"
     1.7 +VERSION="1.0"
     1.8 +CATEGORY="base-system"
     1.9 +SHORT_DESC="SliTaz system documentation."
    1.10 +MAINTAINER="pankso@slitaz.org"
    1.11 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.12 +WEB_SITE="http://www.slitaz.org/"
    1.13 +WGET_URL="http://download.tuxfamily.org/slitaz/sources/doc/$TARBALL"
    1.14 +
    1.15 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.16 +genpkg_rules()
    1.17 +{
    1.18 +	mkdir -p $fs/usr/share/doc
    1.19 +    # Copy all rootfs from slitaz/ and set permissions.
    1.20 +    cp -a $src/slitaz $fs/usr/share/doc
    1.21 +	chown -R root.root $fs/*
    1.22 +}