wok diff linux64-without-modules/receipt @ rev 13976
Up: wine (1.5.23)
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Wed Feb 06 19:41:12 2013 +0000 (2013-02-06) |
parents | |
children | 416fab3c90c0 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/linux64-without-modules/receipt Wed Feb 06 19:41:12 2013 +0000 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 +