wok-next diff man-pages/receipt @ rev 20674
Up putty (0.70)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat May 12 05:17:48 2018 +0300 (2018-05-12) |
parents | 9a17d981d0f7 |
children | a43eb412173d |
line diff
1.1 --- a/man-pages/receipt Thu Jun 08 00:20:23 2017 +0300 1.2 +++ b/man-pages/receipt Sat May 12 05:17:48 2018 +0300 1.3 @@ -1,24 +1,22 @@ 1.4 # SliTaz package receipt v2. 1.5 1.6 PACKAGE="man-pages" 1.7 -VERSION="4.09" 1.8 +VERSION="$(. $WOK/linux/receipt; echo $KBASEVER)" 1.9 CATEGORY="doc" 1.10 SHORT_DESC="Linux manual pages" 1.11 MAINTAINER="al.bobylev@gmail.com" 1.12 LICENSE="unknown" 1.13 WEB_SITE="https://www.kernel.org/doc/man-pages/" 1.14 +LFS="http://www.linuxfromscratch.org/lfs/view/stable/chapter06/man-pages.html" 1.15 1.16 TARBALL="$PACKAGE-$VERSION.tar.xz" 1.17 WGET_URL="https://www.kernel.org/pub/linux/docs/man-pages/$TARBALL" 1.18 1.19 -# Rules to configure and make the package. 1.20 -compile_rules() 1.21 -{ 1.22 +compile_rules() { 1.23 make DESTDIR=$install install 1.24 } 1.25 1.26 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.27 -genpkg_rules() 1.28 -{ 1.29 +genpkg_rules() { 1.30 copy man/ 1.31 + TAGS="LFS" 1.32 }