wok annotate linux64-without-modules/receipt @ rev 15858

Up: audacious-plugins to 3.4.3.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Jan 29 20:11:11 2014 +0000 (2014-01-29)
parents 8873e661671a
children 5ca86f3045d4
rev   line source
pascal@12304 1 # SliTaz package receipt.
pascal@12304 2
pascal@12304 3 PACKAGE="linux64-without-modules"
pascal@15670 4 VERSION="3.2.53"
pascal@12304 5 BASEVER="${VERSION:0:3}"
pascal@12304 6 CATEGORY="base-system"
pascal@12304 7 SHORT_DESC="The Linux kernel without module support."
pascal@12304 8 MAINTAINER="devel@slitaz.org"
pascal@14657 9 LICENSE="GPL2"
pascal@12304 10 WANTED="linux"
pascal@12304 11 WEB_SITE="http://www.kernel.org/"
pascal@12304 12
pascal@12304 13 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@12304 14 genpkg_rules()
pascal@12304 15 {
pascal@15603 16 _pkg=$install/linux64
pascal@12304 17 mkdir -p $fs/boot
pascal@15610 18 cp -a $_pkg/bzImage $fs/boot/vmlinuz-$VERSION-slitaz-without-modules
pascal@12304 19 }
pascal@12304 20