updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / longene-module / PKGBUILD
blobe94c343964068bde95a8cacc6c307d8f12e0dcef
1 # Contributor: Ali H. Caliskan <ali.h.caliskan//gmail.com>
3 pkgname=longene-module
4 pkgver=0.2.4.1
5 pkgrel=1
6 pkgdesc="Provides linux kernel module for Longene."
7 arch=('i686')
8 url="http://www.longene.org/en/index.php"
9 license=('GPL')
10 depends=('longene')
11 install=('longene-module.install')
12 source=("http://www.longene.org/download/unifiedkernel-$pkgver.tar.bz2")
13 md5sums=('1d805f6471dae6d86bfaf77225937420')
15 build() {
17         cd $srcdir/unifiedkernel-$pkgver/module
18         make || reurn 1
19         install -Dm644 unifiedkernel.ko \
20         $pkgdir/lib/modules/2.6.30-uk/kernel/uk/unifiedkernel.ko