mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
18 lines
453 B
Bash
18 lines
453 B
Bash
![]() |
# Maintainer: Mike Staszel <mikestaszel@openpogo.com>
|
||
|
|
||
|
pkgname=kernel-headers
|
||
|
pkgver=2.6.31.6
|
||
|
pkgrel=1
|
||
|
pkgdesc="The Linux kernel headers"
|
||
|
arch=('arm')
|
||
|
license=('GPL2')
|
||
|
url="http://sheeva.with-linux.com/sheeva/"
|
||
|
depends=('kernel26-withlinux=2.6.31.6' 'coreutils' 'module-init-tools')
|
||
|
makedepends=('patch')
|
||
|
source=(http://sheeva.with-linux.com/sheeva/$pkgver/sheeva-$pkgver-KernelHeaders.tar.gz)
|
||
|
md5sums=('')
|
||
|
|
||
|
build() {
|
||
|
cp -R ${srcdir}/usr ${pkgdir}/
|
||
|
}
|