Artifact 21a46be42db59e9406c19f3ff4c4f8c9e469a278:
- File pkgs/linux-headers — part of check-in [e138f0dde7] at 2014-11-06 18:20:20 on branch packages — Added Linux headers package (user: rkeene, size: 413) [annotate] [blame] [check-ins using]
#! /usr/bin/env bash version='2.6.32.63' url="https://www.kernel.org/pub/linux/kernel/v2.6/longterm/v2.6.32/linux-${version}.tar.xz" domain=core.appfs.rkeene.org sha256='2a3fa8fff01021341a1b7932e0a4c28ba39674833d679ab4e07c17b2b8c042af' function configure() { : } function build() { make defconfig || die } function install() { make INSTALL_HDR_PATH="${destdir}/${prefix}/include" headers_install || die }