2009-12-07 20:25:36 +00:00
|
|
|
# Maintainer: Mike Staszel <mikestaszel@gmail.com>
|
2009-11-13 01:13:33 +00:00
|
|
|
|
|
|
|
pkgname=kernel26-withlinux
|
2010-02-06 07:53:30 +00:00
|
|
|
pkgver=2.6.32.7
|
2010-02-06 08:04:44 +00:00
|
|
|
pkgrel=2
|
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-12-07 20:25:36 +00:00
|
|
|
source=(http://sheeva.with-linux.com/sheeva/README-$pkgver)
|
2010-02-06 07:53:30 +00:00
|
|
|
md5sums=('866d09341839da3ba840fa53313f44c0')
|
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
|
2010-02-06 07:53:30 +00:00
|
|
|
cp README-$pkgver ${pkgdir}/usr/share/plugapps/kernel/
|
2009-11-13 01:13:33 +00:00
|
|
|
}
|