PKGBUILDs/core/kernel26-withlinux/PKGBUILD
2010-02-06 02:04:44 -06:00

23 lines
591 B
Bash

# Maintainer: Mike Staszel <mikestaszel@gmail.com>
pkgname=kernel26-withlinux
pkgver=2.6.32.7
pkgrel=2
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=('866d09341839da3ba840fa53313f44c0')
build() {
cd ${srcdir}/
mkdir -p ${pkgdir}/usr/share/plugapps/kernel
cp README-$pkgver ${pkgdir}/usr/share/plugapps/kernel/
}