Magellan Linux

Contents of /smage/trunk/core/linux-libc-headers/linux-libc-headers-2.6.24-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6 - (show annotations) (download)
Sun Jan 11 01:07:49 2009 UTC (15 years, 3 months ago) by niro
File size: 692 byte(s)
-fixed old cvs headers
1 # $Id$
2
3 PNAME="linux-libc-headers"
4 PVER="2.6.24"
5 PBUILD="r1"
6
7 PCATEGORIE="sys-kernel"
8 STATE="unstable"
9
10 DESCRIPTION="The Linux-Libc-Headers package contains the sanitized kernel headers."
11 HOMEPAGE="http://headers.cross-lfs.org/"
12
13 DEPEND=""
14
15 PROVIDE="virtual/kernel-headers"
16
17 SRCFILE="linux-${PVER}.tar.bz2"
18 SRCDIR="${BUILDDIR}/linux-${PVER}"
19
20 sminclude mtools alx
21
22 SRC_URI=(
23 http://www.kernel.org/pub/linux/kernel/v${PVER:0:3}/${SRCFILE}
24 mirror://${PNAME}/${SRCFILE}
25 )
26
27 src_prepare()
28 {
29 munpack ${SRCFILE} || die
30 }
31
32 src_compile()
33 {
34 cd ${SRCDIR}
35 make mrproper || die
36 make headers_check || die
37 }
38
39 src_install()
40 {
41 cd ${SRCDIR}
42 make INSTALL_HDR_PATH=${BINDIR}/usr headers_install || die
43 }

Properties

Name Value
svn:keywords Id