wok annotate lfs-book/receipt @ rev 23621

updated ruby and ruby-dev (2.6.4 -> 2.7.1)
author Hans-G?nter Theisgen
date Tue Apr 14 15:51:31 2020 +0100 (2020-04-14)
parents 20a109e71a6b
children ede1d184d5c5
rev   line source
slaxemulator@9364 1 # SliTaz package receipt.
slaxemulator@9364 2
slaxemulator@9364 3 PACKAGE="lfs-book"
Hans-G?nter@21106 4 VERSION="8.4"
slaxemulator@9364 5 CATEGORY="development"
Hans-G?nter@21106 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/"
Hans-G?nter@21106 10
al@14589 11 TARBALL="LFS-BOOK-$VERSION.tar.bz2"
slaxemulator@9364 12 WGET_URL="http://www.linuxfromscratch.org/lfs/downloads/$VERSION/$TARBALL"
slaxemulator@9364 13
slaxemulator@9364 14 # Rules to gen a SliTaz package suitable for Tazpkg.
slaxemulator@9364 15 genpkg_rules()
slaxemulator@9364 16 {
slaxemulator@9364 17 mkdir -p $fs/usr/share/doc/$PACKAGE
slaxemulator@9364 18 cp -a $src/* $fs/usr/share/doc/$PACKAGE
slaxemulator@9364 19 }