[arch-commits] Commit in vhba-module/repos (4 files)
Jan Steffens
heftig at archlinux.org
Mon Aug 13 14:14:16 UTC 2018
Date: Monday, August 13, 2018 @ 14:14:15
Author: heftig
Revision: 371284
archrelease: copy trunk to community-staging-x86_64
Added:
vhba-module/repos/community-staging-x86_64/
vhba-module/repos/community-staging-x86_64/60-vhba.rules
(from rev 371283, vhba-module/trunk/60-vhba.rules)
vhba-module/repos/community-staging-x86_64/PKGBUILD
(from rev 371283, vhba-module/trunk/PKGBUILD)
vhba-module/repos/community-staging-x86_64/dkms.conf
(from rev 371283, vhba-module/trunk/dkms.conf)
---------------+
60-vhba.rules | 1 +
PKGBUILD | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
dkms.conf | 9 +++++++++
3 files changed, 62 insertions(+)
Copied: vhba-module/repos/community-staging-x86_64/60-vhba.rules (from rev 371283, vhba-module/trunk/60-vhba.rules)
===================================================================
--- community-staging-x86_64/60-vhba.rules (rev 0)
+++ community-staging-x86_64/60-vhba.rules 2018-08-13 14:14:15 UTC (rev 371284)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", GROUP="cdemu", TAG+="uaccess"
Copied: vhba-module/repos/community-staging-x86_64/PKGBUILD (from rev 371283, vhba-module/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2018-08-13 14:14:15 UTC (rev 371284)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: Mateusz Herych <heniekk at gmail.com>
+# Contributor: Charles Lindsay <charles at chaoslizard.org>
+
+pkgbase=vhba-module
+pkgname=(vhba-module vhba-module-dkms)
+pkgver=20170610
+pkgrel=93
+pkgdesc="Kernel module that emulates SCSI devices"
+url="http://cdemu.sourceforge.net/"
+arch=(x86_64)
+license=(GPL)
+depends=('linux>=4.18' 'linux<4.19')
+makedepends=('linux-headers>=4.18' 'linux-headers<4.19')
+_extramodules=extramodules-ARCH
+source=("https://downloads.sourceforge.net/cdemu/$pkgbase-$pkgver.tar.bz2"
+ 60-vhba.rules dkms.conf)
+sha256sums=('7970c93f989d9c4f2629371bf5ee7a76f95e4c12342c3320ddc528d0df02d9ec'
+ '3052cb1cadbdf4bfb0b588bb8ed80691940d8dd63dc5502943d597eaf9f40c3b'
+ '8cab0ebb4fee72069d63616b0983f105b98d1261e72e9bef5509a6e60bc382a7')
+
+prepare() {
+ cd $pkgbase-$pkgver
+}
+
+build() {
+ cd $pkgbase-$pkgver
+ make KERNELRELEASE="$(cat /usr/lib/modules/$_extramodules/version)"
+}
+
+package_vhba-module() {
+ cd $pkgbase-$pkgver
+ install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 *.ko
+ install -Dt "$pkgdir/usr/lib/udev/rules.d" -m644 ../60-vhba.rules
+ echo 'g cdemu - -' | install -Dm644 /dev/stdin "$pkgdir/usr/lib/sysusers.d/cdemu.conf"
+
+ find "$pkgdir" -name '*.ko' -exec xz {} +
+}
+
+package_vhba-module-dkms() {
+ depends=(dkms)
+ provides=("vhba-module=$pkgver-$pkgrel")
+ conflicts=(vhba-module)
+
+ cd $pkgbase-$pkgver
+ install -Dt "$pkgdir/usr/src/$pkgbase-$pkgver" -m644 Makefile vhba.c ../dkms.conf
+ install -Dt "$pkgdir/usr/lib/udev/rules.d" -m644 ../60-vhba.rules
+ echo 'g cdemu - -' | install -Dm644 /dev/stdin "$pkgdir/usr/lib/sysusers.d/cdemu.conf"
+}
+
+# vim:set ts=2 sw=2 et:
Copied: vhba-module/repos/community-staging-x86_64/dkms.conf (from rev 371283, vhba-module/trunk/dkms.conf)
===================================================================
--- community-staging-x86_64/dkms.conf (rev 0)
+++ community-staging-x86_64/dkms.conf 2018-08-13 14:14:15 UTC (rev 371284)
@@ -0,0 +1,9 @@
+PACKAGE_NAME="vhba-module"
+PACKAGE_VERSION="#MODULE_VERSION#"
+AUTOINSTALL="yes"
+
+MAKE[0]="make KERNELRELEASE=$kernelver"
+CLEAN="make clean"
+
+BUILT_MODULE_NAME[0]="vhba"
+DEST_MODULE_LOCATION[0]="/kernel/drivers/scsi"
More information about the arch-commits
mailing list