wok-current rev 9364
Add lfs-book. This is the linux from scratch book. Its useful docs for my mirror/source iso.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Mar 20 18:19:03 2011 +0000 (2011-03-20) |
parents | 038fccdb7f19 |
children | e8768e5178a6 |
files | lfs-book/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/lfs-book/receipt Sun Mar 20 18:19:03 2011 +0000 1.3 @@ -0,0 +1,19 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="lfs-book" 1.7 +VERSION="6.8" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="Linux From Scratch docs." 1.10 +MAINTAINER="slaxemulator@gmail.com" 1.11 +SOURCE="LFS-BOOK" 1.12 +TARBALL="$SOURCE-$VERSION-HTML.tar.bz2" 1.13 +WEB_SITE="http://www.linuxfromscratch.org/" 1.14 +WGET_URL="http://www.linuxfromscratch.org/lfs/downloads/$VERSION/$TARBALL" 1.15 + 1.16 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.17 +genpkg_rules() 1.18 +{ 1.19 + mkdir -p $fs/usr/share/doc/$PACKAGE 1.20 + cp -a $src/* $fs/usr/share/doc/$PACKAGE 1.21 +} 1.22 +