wok-next diff man-pages/receipt @ rev 20099
Up spandsp (0.0.6)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Oct 29 09:31:26 2017 +0100 (2017-10-29) |
parents | cbca1c858654 |
children | 90a5eb560fd6 |
line diff
1.1 --- a/man-pages/receipt Fri Feb 10 13:19:07 2017 +0100 1.2 +++ b/man-pages/receipt Sun Oct 29 09:31:26 2017 +0100 1.3 @@ -1,12 +1,13 @@ 1.4 -# SliTaz package receipt. 1.5 +# SliTaz package receipt v2. 1.6 1.7 PACKAGE="man-pages" 1.8 -VERSION="4.07" 1.9 +VERSION="4.09" 1.10 CATEGORY="doc" 1.11 SHORT_DESC="Linux manual pages" 1.12 MAINTAINER="al.bobylev@gmail.com" 1.13 LICENSE="unknown" 1.14 WEB_SITE="https://www.kernel.org/doc/man-pages/" 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 @@ -19,5 +20,5 @@ 1.20 # Rules to gen a SliTaz package suitable for Tazpkg. 1.21 genpkg_rules() 1.22 { 1.23 - cp -a $install/* $fs 1.24 + copy man/ 1.25 }