wok annotate linux-headers/receipt @ rev 5307

get-google-chrome: Fixed google-chrome-unstable DEPENDS
author Liu Peng <rocky@slitaz.org>
date Wed Apr 21 00:04:15 2010 +0000 (2010-04-21)
parents 7589496c772c
children 33dfd49cdf84
rev   line source
pankso@30 1 # SliTaz package receipt.
pankso@30 2
pankso@30 3 PACKAGE="linux-headers"
pankso@5245 4 VERSION="2.6.33.2"
pankso@204 5 CATEGORY="development"
pankso@30 6 SHORT_DESC="The Linux Kernel headers files for devel."
pankso@3864 7 MAINTAINER="devel@slitaz.org"
pankso@30 8 WANTED="linux"
pankso@30 9 WEB_SITE="http://www.kernel.org/"
pankso@30 10
pankso@30 11 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@30 12 genpkg_rules()
pankso@30 13 {
pankso@30 14 mkdir -p $fs/usr
pankso@30 15 cp -a $_pkg/usr/include $fs/usr
pankso@30 16 }