wok view linux-headers/receipt @ rev 1441

Update BUILD_DEPENDS for eet lxappearance and ncmpc
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 02 16:24:12 2008 +0000 (2008-10-02)
parents d293797ba11d
children 9059daaaa23d
line source
1 # SliTaz package receipt.
3 PACKAGE="linux-headers"
4 VERSION="2.6.25.5"
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 }