mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
19 lines
586 B
Bash
19 lines
586 B
Bash
# Maintainer: Mike Staszel <mikestaszel@plugapps.com>
|
|
|
|
pkgname=linux-api-headers
|
|
pkgver=2.6.33.2
|
|
pkgrel=1
|
|
pkgdesc="The Linux kernel headers for SheevaPlug and TonidoPlug"
|
|
arch=('arm')
|
|
license=('GPL')
|
|
url="http://sheeva.with-linux.com/sheeva/"
|
|
depends=('coreutils' 'module-init-tools')
|
|
provides=("kernel-headers=${pkgver}")
|
|
conflicts=("glibc<=2.10.1-4" 'kernel-headers')
|
|
replaces=('kernel-headers')
|
|
source=(http://sheeva.with-linux.com/sheeva/$pkgver/sheeva-$pkgver-KernelHeaders.tar.gz)
|
|
md5sums=('9002e27346ccb9e31b9a714ad070d10b')
|
|
|
|
build() {
|
|
cp -R $startdir/src/usr $startdir/pkg/
|
|
}
|