wok view linux-headers/receipt @ rev 153

Add JWM_MENU infos
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jan 26 19:03:45 2008 +0100 (2008-01-26)
parents
children 17a39e4461e4
line source
1 # SliTaz package receipt.
3 PACKAGE="linux-headers"
4 VERSION="2.6.22.9"
5 CATEGORY="extra"
6 SHORT_DESC="The Linux Kernel headers files for devel."
7 MAINTAINER="pankso@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 }