PKGBUILDs/core/kernel26-withlinux/PKGBUILD

24 lines
667 B
Bash
Raw Normal View History

2009-11-13 01:13:33 +00:00
# Maintainer: Dominik Schemmel <dominik.schemmel@googlemail.com>
2009-11-22 11:13:47 +00:00
# Based on the kernel on http://sheeva.with-linux.com/sheeva/
2009-11-13 01:13:33 +00:00
pkgname=kernel26-withlinux
pkgver=2.6.31.6
2009-11-22 11:13:47 +00:00
pkgrel=3
2009-11-13 01:13:33 +00:00
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
2009-11-22 11:13:47 +00:00
source=(http://sheeva.with-linux.com/sheeva/README-2.6.31.6)
md5sums=('fe2fd601b46e3404872856d8efa126c3')
2009-11-13 01:13:33 +00:00
build() {
2009-11-13 01:19:01 +00:00
cd ${srcdir}/
2009-11-22 11:13:47 +00:00
mkdir -p ${pkgdir}/usr/share/plugapps/kernel
cp README-$pkgver ${pkgdir}/usr/share/plugapps/kernel
2009-11-13 01:13:33 +00:00
}