wok diff lfs-book/receipt @ rev 21937
Up nnn (2.7)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Oct 07 18:30:01 2019 +0200 (2019-10-07) |
parents | 20a109e71a6b |
children | ede1d184d5c5 |
line diff
1.1 --- a/lfs-book/receipt Sun May 26 20:21:52 2013 +0000 1.2 +++ b/lfs-book/receipt Mon Oct 07 18:30:01 2019 +0200 1.3 @@ -1,12 +1,13 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="lfs-book" 1.7 -VERSION="7.3" 1.8 +VERSION="8.4" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="Linux From Scratch book" 1.11 +SHORT_DESC="Linux From Scratch book." 1.12 MAINTAINER="slaxemulator@gmail.com" 1.13 LICENSE="CC-BY-NC-SA-2 MIT" 1.14 WEB_SITE="http://www.linuxfromscratch.org/lfs/" 1.15 + 1.16 TARBALL="LFS-BOOK-$VERSION.tar.bz2" 1.17 WGET_URL="http://www.linuxfromscratch.org/lfs/downloads/$VERSION/$TARBALL" 1.18 1.19 @@ -16,4 +17,3 @@ 1.20 mkdir -p $fs/usr/share/doc/$PACKAGE 1.21 cp -a $src/* $fs/usr/share/doc/$PACKAGE 1.22 } 1.23 -