wok view linux-libre-without-modules/receipt @ rev 15745

slitaz-configs: remove dep on boxes and clearlooks, this brings the GTK in justX since openbox depends on slitaz-configs
author Christophe Lincoln <pankso@slitaz.org>
date Thu Jan 02 20:21:53 2014 +0100 (2014-01-02)
parents ad59999b3fce
children 9e8d7fd12ee2
line source
1 # SliTaz package receipt.
3 PACKAGE="linux-libre-without-modules"
4 VERSION="2.6.37-gnu"
5 CATEGORY="base-system"
6 SHORT_DESC="The Linux Libre kernel without module support."
7 MAINTAINER="gokhlayeh@slitaz.org"
8 LICENSE="GPL2"
9 PROVIDE="linux-without-modules"
10 WANTED="linux-libre"
11 WEB_SITE="http://www.fsfla.org/svnwiki/selibre/linux-libre/"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/boot
17 cp -a $install/bzImage $fs/boot/vmlinuz-$VERSION-slitaz-without-modules
18 }