PKGBUILDs/core/kernel26-withlinux/PKGBUILD

28 lines
852 B
Bash
Raw Normal View History

2009-11-13 01:13:33 +00:00
# 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)
2009-11-13 01:28:32 +00:00
md5sums=('47a699cba3b551fc9165b765554c28e4'
'0c97bb224c1482a97b6646b465320f23')
2009-11-13 01:13:33 +00:00
build() {
2009-11-13 01:19:01 +00:00
cd ${srcdir}/
mkdir -p ${pkgdir}/boot
install -D -m644 sheeva-2.6.31.5-uImage ${pkgdir}/boot/uImage
cp -R lib ${pkgdir}/lib
2009-11-13 01:13:33 +00:00
}