# Maintainer: Mike Staszel pkgname=kernel26-withlinux pkgver=2.6.33.3 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/README-$pkgver) md5sums=('f791654e216f2d06efee540c0c7968fd') build() { cd ${srcdir}/ mkdir -p ${pkgdir}/usr/share/plugapps/kernel install -D -m 755 README-$pkgver ${pkgdir}/usr/share/plugapps/kernel/ }