# HG changeset patch # User Aleksej Bobylev # Date 1468069529 -10800 # Node ID 731400f60dfd87d7fa4966910335c07276f421b8 # Parent c6ff64491e71e369cf9f928069a0be5aeaa59505 Add man-pages diff -r c6ff64491e71 -r 731400f60dfd man-pages/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/man-pages/description.txt Sat Jul 09 16:05:29 2016 +0300 @@ -0,0 +1,16 @@ +This package contains Linux man pages for sections 2, 3, 4, 5, and 7. + +Note that sometimes these pages are duplicates of pages also distributed in +other packages. This has been reported about dlclose.3, dlerror.3, dlopen.3, +dlsym.3 (found in ld.so), about resolver.3, resolv.conf.5 (found in +bind-utils), and about passwd.5, and mailaddr.7. Be careful not to overwrite +more up-to-date versions. Reports on further duplicates are welcome. Formerly +present and now removed duplicates: exports.5 (found in nfs-server-2.2*), +fstab.5, nfs.5 (found in util-linux-2.12*), lilo.8, lilo.conf.5 (found in +lilo-21.6*). + +Copyrights: These man pages come under various copyrights. All pages are freely +distributable when the nroff source is included. + +If you have corrections and additions to suggest, see +http://www.kernel.org/doc/man-pages/contributing.html diff -r c6ff64491e71 -r 731400f60dfd man-pages/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/man-pages/receipt Sat Jul 09 16:05:29 2016 +0300 @@ -0,0 +1,23 @@ +# SliTaz package receipt. + +PACKAGE="man-pages" +VERSION="4.06" +CATEGORY="doc" +SHORT_DESC="Linux manual pages" +MAINTAINER="al.bobylev@gmail.com" +LICENSE="" +WEB_SITE="http://www.kernel.org/doc/man-pages/" +TARBALL="$PACKAGE-$VERSION.tar.xz" +WGET_URL="https://www.kernel.org/pub/linux/docs/man-pages/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + make DESTDIR=$install install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/* $fs +}