wok diff linux64-without-modules/receipt @ rev 12741
Up: ufraw (0.18) with Gimp plug-in and maintain package
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon May 07 23:52:05 2012 +0200 (2012-05-07) |
parents | |
children | 416fab3c90c0 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/linux64-without-modules/receipt Mon May 07 23:52:05 2012 +0200 1.3 @@ -0,0 +1,19 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="linux64-without-modules" 1.7 +VERSION="3.2.14" 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 +WANTED="linux" 1.13 +WEB_SITE="http://www.kernel.org/" 1.14 + 1.15 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.16 +genpkg_rules() 1.17 +{ 1.18 + _pkg=$_pkg/linux64 1.19 + mkdir -p $fs/boot 1.20 + cp -a $_pkg/bzImage $fs/boot/vmlinuz-$VERSION-slitaz-without-modules 1.21 +} 1.22 +