wok-current diff linux-without-modules/receipt @ rev 7868
Up: mercurial to 1.7.3.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Jan 02 19:36:34 2011 +0000 (2011-01-02) |
parents | |
children | 03d4663c81fa |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/linux-without-modules/receipt Sun Jan 02 19:36:34 2011 +0000 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 +