mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
Moved kernel-headers to linux-api-headers in core
This commit is contained in:
parent
cf08954d6f
commit
028352c690
1 changed files with 6 additions and 3 deletions
|
@ -1,13 +1,16 @@
|
||||||
# Maintainer: Mike Staszel <mikestaszel@plugapps.com>
|
# Maintainer: Mike Staszel <mikestaszel@plugapps.com>
|
||||||
|
|
||||||
pkgname=kernel-headers
|
pkgname=linux-api-headers
|
||||||
pkgver=2.6.32.9
|
pkgver=2.6.33.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="The Linux kernel headers for SheevaPlug and TonidoPlug"
|
pkgdesc="The Linux kernel headers for SheevaPlug and TonidoPlug"
|
||||||
arch=('arm')
|
arch=('arm')
|
||||||
license=('GPL2')
|
license=('GPL')
|
||||||
url="http://sheeva.with-linux.com/sheeva/"
|
url="http://sheeva.with-linux.com/sheeva/"
|
||||||
depends=('coreutils' 'module-init-tools')
|
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)
|
source=(http://sheeva.with-linux.com/sheeva/$pkgver/sheeva-$pkgver-KernelHeaders.tar.gz)
|
||||||
md5sums=('8336cd23e6d967d1f99ff3074d8df001')
|
md5sums=('8336cd23e6d967d1f99ff3074d8df001')
|
||||||
|
|
Loading…
Reference in a new issue