mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
Kernel headers PKGBUILD
This commit is contained in:
parent
296e2640fc
commit
9d9d686f0b
1 changed files with 17 additions and 0 deletions
17
core/kernel-headers/PKGBUILD
Normal file
17
core/kernel-headers/PKGBUILD
Normal file
|
@ -0,0 +1,17 @@
|
|||
# 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}/
|
||||
}
|
Loading…
Reference in a new issue