mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
22 lines
590 B
Bash
22 lines
590 B
Bash
# Maintainer: Mike Staszel <mikestaszel@gmail.com>
|
|
|
|
pkgname=kernel26-withlinux
|
|
pkgver=2.6.32.4
|
|
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=('d3023415f5814a4087e09a940617aa25')
|
|
|
|
build() {
|
|
cd ${srcdir}/
|
|
mkdir -p ${pkgdir}/usr/share/plugapps/kernel
|
|
cp README-$pkgver ${pkgdir}/usr/share/plugapps/kernel
|
|
}
|