wok-next view man-pages/receipt @ rev 20052

claws-mail: receipt v2
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 23 17:09:27 2017 +0200 (2017-10-23)
parents cbca1c858654
children 90a5eb560fd6
line source
1 # SliTaz package receipt v2.
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="https://www.kernel.org/doc/man-pages/"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="https://www.kernel.org/pub/linux/docs/man-pages/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 make DESTDIR=$install install
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 copy man/
24 }