wok-next diff linux64-without-modules/receipt @ rev 19687
unshield: _BSD_SOURCE is deprecated
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Apr 10 09:48:32 2017 +0200 (2017-04-10) |
parents | bf1acce7f66c |
children |
line diff
1.1 --- a/linux64-without-modules/receipt Fri Sep 18 10:24:24 2015 +0200 1.2 +++ b/linux64-without-modules/receipt Mon Apr 10 09:48:32 2017 +0200 1.3 @@ -1,20 +1,20 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="linux64-without-modules" 1.7 -VERSION="3.2.71" 1.8 +VERSION="4.9.0" 1.9 CATEGORY="base-system" 1.10 -SHORT_DESC="The Linux kernel without module support." 1.11 +SHORT_DESC="The Linux Kernel without module support" 1.12 MAINTAINER="devel@slitaz.org" 1.13 LICENSE="GPL2" 1.14 +WEB_SITE="https://www.kernel.org/" 1.15 +PROVIDE="linux-without-modules linux64 linux" 1.16 + 1.17 WANTED="linux" 1.18 -WEB_SITE="http://www.kernel.org/" 1.19 -PROVIDE="linux-without-modules linux64 linux" 1.20 1.21 # Rules to gen a SliTaz package suitable for Tazpkg. 1.22 genpkg_rules() 1.23 { 1.24 install=$install/linux64 1.25 - mkdir -p $fs/boot 1.26 + mkdir -p $fs/boot 1.27 cp -a $install/bzImage $fs/boot/vmlinuz-$VERSION-slitaz64-without-modules 1.28 } 1.29 -