2008-12-17 08:12:33 +00:00
|
|
|
# Template file for 'kernel-libc-headers'
|
2010-04-21 13:50:05 +00:00
|
|
|
. ${XBPS_SRCPKGDIR}/kernel/common-vars
|
|
|
|
|
2008-12-17 08:12:33 +00:00
|
|
|
pkgname=kernel-libc-headers
|
2008-10-23 15:14:00 +00:00
|
|
|
build_style=only-install
|
|
|
|
make_install_target="
|
|
|
|
INSTALL_HDR_PATH=$XBPS_DESTDIR/$pkgname-$version/usr
|
|
|
|
headers_install"
|
2008-12-17 08:12:33 +00:00
|
|
|
short_desc="The Linux kernel headers for development"
|
2008-10-23 15:14:00 +00:00
|
|
|
long_desc="
|
|
|
|
This package provides the linux kernel headers for use in userspace."
|
2008-10-27 06:42:40 +00:00
|
|
|
|
|
|
|
base_chroot=yes
|
2009-12-03 23:25:09 +00:00
|
|
|
nostrip=yes
|
2009-08-14 08:11:16 +00:00
|
|
|
|
|
|
|
post_install()
|
|
|
|
{
|
|
|
|
# Remove /usr/include/drm bundled with libdrm.
|
|
|
|
rm -rf ${DESTDIR}/usr/include/drm
|
|
|
|
}
|