wok-backports diff linux64-without-modules/receipt @ rev 14

linux: update bdeps (aufs needs bash)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Dec 23 10:02:39 2013 +0000 (2013-12-23)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/linux64-without-modules/receipt	Mon Dec 23 10:02:39 2013 +0000
     1.3 @@ -0,0 +1,20 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="linux64-without-modules"
     1.7 +VERSION="3.2.53"
     1.8 +BASEVER="${VERSION:0:3}"
     1.9 +CATEGORY="base-system"
    1.10 +SHORT_DESC="The Linux kernel without module support."
    1.11 +MAINTAINER="devel@slitaz.org"
    1.12 +LICENSE="GPL2"
    1.13 +WANTED="linux"
    1.14 +WEB_SITE="http://www.kernel.org/"
    1.15 +
    1.16 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.17 +genpkg_rules()
    1.18 +{
    1.19 +	_pkg=$install/linux64
    1.20 +	mkdir -p $fs/boot   
    1.21 +	cp -a $_pkg/bzImage $fs/boot/vmlinuz-$VERSION-slitaz-without-modules
    1.22 +}
    1.23 +