wok view linux-without-modules/receipt @ rev 16312
ARM: add libpaper and libsdl-pango
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Apr 09 11:39:21 2014 +0200 (2014-04-09) |
parents | eb689de65d7e |
children | 08cf996a2307 |
line source
1 # SliTaz package receipt.
3 PACKAGE="linux-without-modules"
4 VERSION="3.2.53"
5 CATEGORY="base-system"
6 SHORT_DESC="The Linux kernel without module support."
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WANTED="linux"
10 WEB_SITE="http://www.kernel.org/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/boot
16 cp -a $install/bzImage $fs/boot/vmlinuz-$VERSION-slitaz-without-modules
17 }