wok view linux-headers/receipt @ rev 5559

dillo-hg, libffcall, v4l-dvb: cache fetched files in SOURCES_REPOSITORY
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri May 14 10:35:21 2010 +0200 (2010-05-14)
parents 2ae67cafd57e
children 63937e3b2979
line source
1 # SliTaz package receipt.
3 PACKAGE="linux-headers"
4 VERSION="2.6.33.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 }