66d275cec7
--HG-- extra : convert_revision : 0e175135911c93e2e6d0a0a73fa0ad13cfa7fd36
20 lines
498 B
Text
20 lines
498 B
Text
# Template file for 'kernel-libc-headers'
|
|
. ${XBPS_SRCPKGDIR}/kernel/common-vars
|
|
|
|
pkgname=kernel-libc-headers
|
|
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"
|
|
long_desc="
|
|
This package provides the linux kernel headers for use in userspace."
|
|
|
|
base_chroot=yes
|
|
nostrip=yes
|
|
|
|
post_install()
|
|
{
|
|
# Remove /usr/include/drm bundled with libdrm.
|
|
rm -rf ${DESTDIR}/usr/include/drm
|
|
}
|