PKGBUILDs/core/kernel26-withlinux/PKGBUILD
2009-11-12 19:28:32 -06:00

28 lines
852 B
Bash

# Maintainer: Dominik Schemmel <dominik.schemmel@googlemail.com>
# Package built natively on sheevaplug
# based on the kernel on http://sheeva.with-linux.com/sheeva/
pkgname=kernel26-withlinux
pkgver=2.6.31.6
pkgrel=1
pkgdesc="The Linux Kernel and modules"
arch=('arm')
license=('GPL2')
url="http://sheeva.with-linux.com/sheeva/"
depends=('coreutils' 'module-init-tools')
makedepends=()
conflicts=('kernel26')
provides=('kernel26')
install=kernel26-withlinux.install
source=(http://sheeva.with-linux.com/sheeva/$pkgver/sheeva-$pkgver-uImage
http://sheeva.with-linux.com/sheeva/$pkgver/sheeva-$pkgver-Modules.tar.gz)
md5sums=('47a699cba3b551fc9165b765554c28e4'
'0c97bb224c1482a97b6646b465320f23')
build() {
cd ${srcdir}/
mkdir -p ${pkgdir}/boot
install -D -m644 sheeva-2.6.31.5-uImage ${pkgdir}/boot/uImage
cp -R lib ${pkgdir}/lib
}