wok diff lfs-book/receipt @ rev 11455

groff: pack /usr/share files to the correct path
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Dec 17 11:42:21 2011 +0100 (2011-12-17)
parents
children 20a109e71a6b
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/lfs-book/receipt	Sat Dec 17 11:42:21 2011 +0100
     1.3 @@ -0,0 +1,19 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="lfs-book"
     1.7 +VERSION="6.8"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Linux From Scratch docs."
    1.10 +MAINTAINER="slaxemulator@gmail.com"
    1.11 +SOURCE="LFS-BOOK"
    1.12 +TARBALL="$SOURCE-$VERSION-HTML.tar.bz2"
    1.13 +WEB_SITE="http://www.linuxfromscratch.org/"
    1.14 +WGET_URL="http://www.linuxfromscratch.org/lfs/downloads/$VERSION/$TARBALL"
    1.15 +
    1.16 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.17 +genpkg_rules()
    1.18 +{
    1.19 +	mkdir -p $fs/usr/share/doc/$PACKAGE
    1.20 +	cp -a $src/* $fs/usr/share/doc/$PACKAGE
    1.21 +}
    1.22 +