wok-6.x annotate linux-headers/receipt @ rev 6393
Forgot to added patch for freeglut when updating.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri Sep 24 02:27:38 2010 +0000 (2010-09-24) |
parents | 33dfd49cdf84 |
children |
rev | line source |
---|---|
pankso@30 | 1 # SliTaz package receipt. |
pankso@30 | 2 |
pankso@30 | 3 PACKAGE="linux-headers" |
pankso@5640 | 4 VERSION="2.6.34" |
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 } |