Artifact e14114f6de58be51ee00dbd99eb1e159b7005e0e:
- File pkgs/linux-headers — part of check-in [aa58b7fc45] at 2014-11-06 18:21:46 on branch packages — Upgraded linux-headers (user: rkeene, size: 392) [annotate] [blame] [check-ins using]
#! /usr/bin/env bash version='3.17.2' url="https://www.kernel.org/pub/linux/kernel/v3.x/linux-${version}.tar.xz" domain=core.appfs.rkeene.org sha256='f9221dc0878955318ab57b8bb5ea1f26cbbaa39359c91d0f6c8de74d68aea796' function configure() { : } function build() { make defconfig || die } function install() { make INSTALL_HDR_PATH="${destdir}/${prefix}/include" headers_install || die }