wok diff linux-libre-without-modules/receipt @ rev 12740

Up: gimp (2.8.0) Toons of improvements, split brushes (save 1,2 Mb), add support for aalib, mng and exif
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 07 23:33:32 2012 +0200 (2012-05-07)
parents
children 03a6791abff6
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/linux-libre-without-modules/receipt	Mon May 07 23:33:32 2012 +0200
     1.3 @@ -0,0 +1,18 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="linux-libre-without-modules"
     1.7 +VERSION="2.6.37-libre"
     1.8 +CATEGORY="base-system"
     1.9 +SHORT_DESC="The Linux Libre kernel without module support."
    1.10 +MAINTAINER="gokhlayeh@slitaz.org"
    1.11 +PROVIDE="linux-without-modules"
    1.12 +WANTED="linux-libre"
    1.13 +WEB_SITE="http://www.fsfla.org/svnwiki/selibre/linux-libre/"
    1.14 +
    1.15 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.16 +genpkg_rules()
    1.17 +{
    1.18 +	mkdir -p $fs/boot   
    1.19 +	cp -a $_pkg/bzImage $fs/boot/vmlinuz-$VERSION-slitaz-without-modules
    1.20 +}
    1.21 +