wok-current annotate linux-headers/receipt @ rev 1880
Gparted: add desktop icon
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Dec 17 10:40:42 2008 +0000 (2008-12-17) |
parents | d293797ba11d |
children | 9059daaaa23d |
rev | line source |
---|---|
pankso@30 | 1 # SliTaz package receipt. |
pankso@30 | 2 |
pankso@30 | 3 PACKAGE="linux-headers" |
pascal@886 | 4 VERSION="2.6.25.5" |
pankso@204 | 5 CATEGORY="development" |
pankso@30 | 6 SHORT_DESC="The Linux Kernel headers files for devel." |
pankso@289 | 7 MAINTAINER="pascal.bellard@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 } |