vhba-module-dkms: update to 20190410.
This commit is contained in:
parent
3fffa554ae
commit
f7537274a4
1 changed files with 3 additions and 7 deletions
|
@ -1,23 +1,19 @@
|
|||
# Template file for 'vhba-module-dkms'
|
||||
pkgname=vhba-module-dkms
|
||||
version=20190302
|
||||
version=20190410
|
||||
revision=1
|
||||
wrksrc=vhba-module-${version}
|
||||
conf_files="/usr/lib/udev/rules.d/40-vhba.rules"
|
||||
short_desc="Virtual (SCSI) HBA module used by cdemu"
|
||||
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
||||
license="GPL-2"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="http://cdemu.sourceforge.net"
|
||||
distfiles="${SOURCEFORGE_SITE}/cdemu/vhba-module-${version}.tar.bz2"
|
||||
checksum=c50656214a0c70301e81fe7f7df4b2a297022b6c00be90d4ff0c456200eb7d73
|
||||
checksum=0c18954a8c2c7e208b20afdf785501b23be9382345e6577eba5d653002862394
|
||||
|
||||
dkms_modules="vhba-module ${version}"
|
||||
depends="dkms"
|
||||
|
||||
do_build() {
|
||||
:
|
||||
}
|
||||
|
||||
do_install() {
|
||||
vmkdir usr/src/vhba-module-${version}
|
||||
vcopy Makefile usr/src/vhba-module-${version}
|
||||
|
|
Loading…
Reference in a new issue