wok annotate linux-libre-without-modules/receipt @ rev 20257

Add giflossy
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 13 23:27:32 2018 +0100 (2018-03-13)
parents ad59999b3fce
children 9e8d7fd12ee2
rev   line source
gokhlayeh@9257 1 # SliTaz package receipt.
gokhlayeh@9257 2
gokhlayeh@9257 3 PACKAGE="linux-libre-without-modules"
pascal@14201 4 VERSION="2.6.37-gnu"
gokhlayeh@9257 5 CATEGORY="base-system"
gokhlayeh@9257 6 SHORT_DESC="The Linux Libre kernel without module support."
gokhlayeh@9257 7 MAINTAINER="gokhlayeh@slitaz.org"
pascal@14657 8 LICENSE="GPL2"
gokhlayeh@9257 9 PROVIDE="linux-without-modules"
gokhlayeh@9257 10 WANTED="linux-libre"
gokhlayeh@9257 11 WEB_SITE="http://www.fsfla.org/svnwiki/selibre/linux-libre/"
gokhlayeh@9257 12
gokhlayeh@9257 13 # Rules to gen a SliTaz package suitable for Tazpkg.
gokhlayeh@9257 14 genpkg_rules()
gokhlayeh@9257 15 {
gokhlayeh@9257 16 mkdir -p $fs/boot
pascal@15603 17 cp -a $install/bzImage $fs/boot/vmlinuz-$VERSION-slitaz-without-modules
gokhlayeh@9257 18 }
gokhlayeh@9257 19