Rename kernel-headers to kernel-libc-headers.

In preparation for the real "kernel-headers".

--HG--
extra : convert_revision : 3514b517c3ceefc6669b9d18907a3f533b79ebea
This commit is contained in:
Juan RP
2008-12-17 09:12:33 +01:00
parent 7e4a61c822
commit 3dcb85e5f4
2 changed files with 4 additions and 4 deletions

View File

@@ -0,0 +1,16 @@
# Template file for 'kernel-libc-headers'
pkgname=kernel-libc-headers
version=2.6.27.9
wrksrc="linux-$version"
distfiles="http://www.kernel.org/pub/linux/kernel/v2.6/linux-$version.tar.bz2"
build_style=only-install
make_install_target="
INSTALL_HDR_PATH=$XBPS_DESTDIR/$pkgname-$version/usr
headers_install"
short_desc="The Linux kernel headers for development"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=fd710a841be6119cdd2c42f92ca405265fb156e279006bb89bb874e4198b3e5e
long_desc="
This package provides the linux kernel headers for use in userspace."
base_chroot=yes