wok-6.x diff linux-without-modules/receipt @ rev 8056
Add: vzctl
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Fri Jan 21 00:56:18 2011 +0100 (2011-01-21) |
parents | |
children | 03d4663c81fa |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/linux-without-modules/receipt Fri Jan 21 00:56:18 2011 +0100 1.3 @@ -0,0 +1,17 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="linux-without-modules" 1.7 +VERSION="2.6.36" 1.8 +CATEGORY="base-system" 1.9 +SHORT_DESC="The Linux kernel without module support." 1.10 +MAINTAINER="devel@slitaz.org" 1.11 +WANTED="linux" 1.12 +WEB_SITE="http://www.kernel.org/" 1.13 + 1.14 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.15 +genpkg_rules() 1.16 +{ 1.17 + mkdir -p $fs/boot 1.18 + cp -a $_pkg/bzImage $fs/boot/vmlinuz-$VERSION-slitaz-without-modules 1.19 +} 1.20 +