mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
17 lines
485 B
Bash
17 lines
485 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=('02454a4170c307110d253fc2069f330b')
|
|
|
|
build() {
|
|
cp -R ${srcdir}/usr ${pkgdir}/
|
|
}
|