wok-next rev 20326

linux-dev: tiny edits
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Nov 13 10:46:11 2017 +0200 (2017-11-13)
parents e65af2bd0cc3
children 77cced9ad887
files linux-dev/receipt
line diff
     1.1 --- a/linux-dev/receipt	Mon Nov 13 03:40:49 2017 +0200
     1.2 +++ b/linux-dev/receipt	Mon Nov 13 10:46:11 2017 +0200
     1.3 @@ -4,7 +4,7 @@
     1.4  VERSION="4.9.30"
     1.5  KBASEVER="4.9"
     1.6  CATEGORY="development"
     1.7 -SHORT_DESC="Menu based tool to configure the Linux Kernel"
     1.8 +SHORT_DESC="The Linux Kernel"
     1.9  MAINTAINER="devel@slitaz.org"
    1.10  LICENSE="GPL2"
    1.11  WEB_SITE="https://www.kernel.org/"
    1.12 @@ -77,15 +77,16 @@
    1.13  	case $PACKAGE in
    1.14  	linux-dev)
    1.15  		copy Kconfig* mconf menuconfig .config
    1.16 +		CAT="development|menu based configuration tool"
    1.17  		;;
    1.18  	linux-man)
    1.19 -		mkdir -p $fs/usr/share
    1.20 -		cp -a $install/usr/share/man $fs/usr/share
    1.21 +		copy /usr/share/man/
    1.22 +		CAT="doc|manual pages"
    1.23  		;;
    1.24  	linux-api-headers)
    1.25 -		CAT="development|Kernel headers sanitized for use in userspace"
    1.26 +		copy @dev
    1.27 +		CAT="development|headers sanitized for use in userspace"
    1.28  		PROVIDE="linux-headers linux64-api-headers linux64-headers"
    1.29 -		copy @dev
    1.30  		;;
    1.31  	esac
    1.32  }