wok-6.x view linux-headers/receipt @ rev 6367
Up: samba to 3.5.5. Added --with-cifsumount to config options.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Sep 21 02:29:52 2010 +0000 (2010-09-21) |
parents | 33dfd49cdf84 |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="linux-headers"
4 VERSION="2.6.34"
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 }