wok view linux-headers/receipt @ rev 654

openbox: start parcellite by default if installed
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 22 22:29:22 2008 +0200 (2008-04-22)
parents 17a39e4461e4
children 04b68c6ffdfa
line source
1 # SliTaz package receipt.
3 PACKAGE="linux-headers"
4 VERSION="2.6.24.2"
5 CATEGORY="development"
6 SHORT_DESC="The Linux Kernel headers files for devel."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WANTED="linux"
9 WEB_SITE="http://www.kernel.org/"
11 # Rules to configure and make the package.
12 compile_rules()
13 {
14 cd $src
15 make mrproper
16 mkdir -p _pkg/usr
17 make INSTALL_HDR_PATH=$PWD/_pkg/usr headers_install
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 mkdir -p $fs/usr
24 cp -a $_pkg/usr/include $fs/usr
25 }