wok annotate lfs-book/receipt @ rev 21075

jabberd2: modification of log.c removed
author Hans-G?nter Theisgen
date Thu Mar 14 17:35:32 2019 +0100 (2019-03-14)
parents 2aabb257e6ad
children ff7bcf1ac1d8
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