mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
18 lines
515 B
Bash
18 lines
515 B
Bash
# Maintainer: Mike Staszel <mikestaszel@openpogo.com>
|
|
|
|
pkgname=kernel-headers
|
|
pkgver=2.6.32.4
|
|
pkgrel=1
|
|
pkgdesc="The Linux kernel headers"
|
|
arch=('arm')
|
|
license=('GPL2')
|
|
url="http://sheeva.with-linux.com/sheeva/"
|
|
depends=('kernel26-withlinux=2.6.32.4' 'coreutils' 'module-init-tools')
|
|
makedepends=('patch')
|
|
source=(http://sheeva.with-linux.com/sheeva/$pkgver/sheeva-$pkgver-KernelHeaders.tar.gz)
|
|
md5sums=('74f108703a0b6028dceaf441126df024')
|
|
|
|
build() {
|
|
mkdir $startdir/pkg
|
|
cp -R $startdir/src/usr $startdir/pkg/
|
|
}
|