wok rev 19300

Add man-pages
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jul 09 16:05:29 2016 +0300 (2016-07-09)
parents c6ff64491e71
children 1f63539d6309
files man-pages/description.txt man-pages/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/man-pages/description.txt	Sat Jul 09 16:05:29 2016 +0300
     1.3 @@ -0,0 +1,16 @@
     1.4 +This package contains Linux man pages for sections 2, 3, 4, 5, and 7.
     1.5 +
     1.6 +Note that sometimes these pages are duplicates of pages also distributed in
     1.7 +other packages. This has been reported about dlclose.3, dlerror.3, dlopen.3,
     1.8 +dlsym.3 (found in ld.so), about resolver.3, resolv.conf.5 (found in
     1.9 +bind-utils), and about passwd.5, and mailaddr.7. Be careful not to overwrite
    1.10 +more up-to-date versions. Reports on further duplicates are welcome. Formerly
    1.11 +present and now removed duplicates: exports.5 (found in nfs-server-2.2*),
    1.12 +fstab.5, nfs.5 (found in util-linux-2.12*), lilo.8, lilo.conf.5 (found in
    1.13 +lilo-21.6*).
    1.14 +
    1.15 +Copyrights: These man pages come under various copyrights. All pages are freely
    1.16 +distributable when the nroff source is included.
    1.17 +
    1.18 +If you have corrections and additions to suggest, see
    1.19 +http://www.kernel.org/doc/man-pages/contributing.html
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/man-pages/receipt	Sat Jul 09 16:05:29 2016 +0300
     2.3 @@ -0,0 +1,23 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="man-pages"
     2.7 +VERSION="4.06"
     2.8 +CATEGORY="doc"
     2.9 +SHORT_DESC="Linux manual pages"
    2.10 +MAINTAINER="al.bobylev@gmail.com"
    2.11 +LICENSE=""
    2.12 +WEB_SITE="http://www.kernel.org/doc/man-pages/"
    2.13 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    2.14 +WGET_URL="https://www.kernel.org/pub/linux/docs/man-pages/$TARBALL"
    2.15 +
    2.16 +# Rules to configure and make the package.
    2.17 +compile_rules()
    2.18 +{
    2.19 +	make DESTDIR=$install install
    2.20 +}
    2.21 +
    2.22 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.23 +genpkg_rules()
    2.24 +{
    2.25 +	cp -a $install/* $fs
    2.26 +}