wok view man-pages/receipt @ rev 20069

busybox/udhcpc6: update script (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Sep 23 17:21:58 2017 +0200 (2017-09-23)
parents 552e532e33c6
children 86790a278e70
line source
1 # SliTaz package receipt.
3 PACKAGE="man-pages"
4 VERSION="4.09"
5 CATEGORY="doc"
6 SHORT_DESC="Linux manual pages"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="unknown"
9 WEB_SITE="http://www.kernel.org/doc/man-pages/"
10 TARBALL="$PACKAGE-$VERSION.tar.xz"
11 WGET_URL="https://www.kernel.org/pub/linux/docs/man-pages/$TARBALL"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 make DESTDIR=$install install
17 }
19 # Rules to gen a SliTaz package suitable for Tazpkg.
20 genpkg_rules()
21 {
22 cp -a $install/* $fs
23 }