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

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 20a109e71a6b
children
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"
al@21020 7 MAINTAINER="devel@slitaz.org"
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
al@21020 13 genpkg_rules() {
slaxemulator@9364 14 mkdir -p $fs/usr/share/doc/$PACKAGE
slaxemulator@9364 15 cp -a $src/* $fs/usr/share/doc/$PACKAGE
slaxemulator@9364 16 }
slaxemulator@9364 17