wok view linux-headers/receipt @ rev 3142

Add: xorg-cf-files
author Matthew Sheets <rcx@zoominternet.net>
date Thu May 21 09:45:14 2009 +0000 (2009-05-21)
parents 04b68c6ffdfa
children 7df76f20d2c3
line source
1 # SliTaz package receipt.
3 PACKAGE="linux-headers"
4 VERSION="2.6.29.3"
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 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 }