wok-6.x view linux-headers/receipt @ rev 3864
Up: linux (2.6.30.4)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri Aug 07 23:18:34 2009 +0200 (2009-08-07) |
parents | 9059daaaa23d |
children | 7589496c772c |
line source
1 # SliTaz package receipt.
3 PACKAGE="linux-headers"
4 VERSION="2.6.30.4"
5 CATEGORY="development"
6 SHORT_DESC="The Linux Kernel headers files for devel."
7 MAINTAINER="devel@slitaz.org"
8 WANTED="linux"
9 WEB_SITE="http://www.kernel.org/"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr
15 cp -a $_pkg/usr/include $fs/usr
16 }