wok-stable annotate lfs-book/receipt @ rev 9476

Made the python part of libxslt-dev into a sepatate package called libxslt-python.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Apr 04 06:00:59 2011 +0000 (2011-04-04)
parents
children
rev   line source
slaxemulator@9364 1 # SliTaz package receipt.
slaxemulator@9364 2
slaxemulator@9364 3 PACKAGE="lfs-book"
slaxemulator@9364 4 VERSION="6.8"
slaxemulator@9364 5 CATEGORY="development"
slaxemulator@9364 6 SHORT_DESC="Linux From Scratch docs."
slaxemulator@9364 7 MAINTAINER="slaxemulator@gmail.com"
slaxemulator@9364 8 SOURCE="LFS-BOOK"
slaxemulator@9364 9 TARBALL="$SOURCE-$VERSION-HTML.tar.bz2"
slaxemulator@9364 10 WEB_SITE="http://www.linuxfromscratch.org/"
slaxemulator@9364 11 WGET_URL="http://www.linuxfromscratch.org/lfs/downloads/$VERSION/$TARBALL"
slaxemulator@9364 12
slaxemulator@9364 13 # Rules to gen a SliTaz package suitable for Tazpkg.
slaxemulator@9364 14 genpkg_rules()
slaxemulator@9364 15 {
slaxemulator@9364 16 mkdir -p $fs/usr/share/doc/$PACKAGE
slaxemulator@9364 17 cp -a $src/* $fs/usr/share/doc/$PACKAGE
slaxemulator@9364 18 }
slaxemulator@9364 19