summaryrefslogtreecommitdiffstats
path: root/vhba-module/PKGBUILD
blob: 5a291ca6d1835e9d08c27116f9c806c6e8f00d2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $Id: PKGBUILD,v 1.5 2009/04/10 17:11:27 partition Exp $
# Maintainer: Mateusz Herych <heniekk@gmail.com>
# Contributor: Charles Lindsay <charles@chaoslizard.org>

pkgname=vhba-module
pkgver=1.2.1
pkgrel=3
pkgdesc="Kernel module that emulates SCSI devices"
arch=('i686' 'x86_64')
url="http://cdemu.sourceforge.net/"
license=('GPL2')
depends=('kernel26>=2.6.30' 'kernel26<2.6.31')
install=vhba-module.install
source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2)
md5sums=('a3b6ad798f2b72ef599df797ef79e5ec')

build() {
  cd $startdir/src/$pkgname-$pkgver
  make -j1 KDIR=/usr/src/linux-`uname -r` || return 1
  install -D vhba.ko $startdir/pkg/lib/modules/`uname -r`/extra/vhba.ko || return 1
}