wok-next annotate lfs-book/receipt @ rev 17186

bash: CVE-2014-7169 fix
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 02 18:55:18 2014 +0200 (2014-10-02)
parents 2aabb257e6ad
children d5aab818505e
rev   line source
slaxemulator@9364 1 # SliTaz package receipt.
slaxemulator@9364 2
slaxemulator@9364 3 PACKAGE="lfs-book"
al@14589 4 VERSION="7.3"
slaxemulator@9364 5 CATEGORY="development"
al@14589 6 SHORT_DESC="Linux From Scratch book"
slaxemulator@9364 7 MAINTAINER="slaxemulator@gmail.com"
al@14589 8 LICENSE="CC-BY-NC-SA-2 MIT"
al@14589 9 WEB_SITE="http://www.linuxfromscratch.org/lfs/"
al@14589 10 TARBALL="LFS-BOOK-$VERSION.tar.bz2"
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