wok-current annotate linux-without-modules/receipt @ rev 12135
Fix busybox diff: don't output binary content
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Tue Mar 13 21:24:32 2012 +0100 (2012-03-13) |
parents | 440ca7d32058 |
children | 6f536abe4f0b |
rev | line source |
---|---|
pascal@7655 | 1 # SliTaz package receipt. |
pascal@7655 | 2 |
pascal@7655 | 3 PACKAGE="linux-without-modules" |
slaxemulator@8085 | 4 VERSION="2.6.37" |
pascal@7655 | 5 CATEGORY="base-system" |
pascal@7655 | 6 SHORT_DESC="The Linux kernel without module support." |
pascal@7655 | 7 MAINTAINER="devel@slitaz.org" |
pascal@7655 | 8 WANTED="linux" |
pascal@7655 | 9 WEB_SITE="http://www.kernel.org/" |
pascal@7655 | 10 |
pascal@7655 | 11 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@7655 | 12 genpkg_rules() |
pascal@7655 | 13 { |
pascal@7655 | 14 mkdir -p $fs/boot |
pascal@7655 | 15 cp -a $_pkg/bzImage $fs/boot/vmlinuz-$VERSION-slitaz-without-modules |
pascal@7655 | 16 } |
pascal@7655 | 17 |