[arch-commits] Commit in airspy/trunk (PKGBUILD airspy.conf)

Kyle Keen kkeen at archlinux.org
Sat Dec 20 16:10:45 UTC 2014


    Date: Saturday, December 20, 2014 @ 17:10:44
  Author: kkeen
Revision: 124191

upgpkg: airspy 1.0.3-2

Added:
  airspy/trunk/airspy.conf
Modified:
  airspy/trunk/PKGBUILD

-------------+
 PKGBUILD    |    9 ++++++---
 airspy.conf |    3 +++
 2 files changed, 9 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-20 15:04:33 UTC (rev 124190)
+++ PKGBUILD	2014-12-20 16:10:44 UTC (rev 124191)
@@ -2,7 +2,7 @@
 
 pkgname=airspy
 pkgver=1.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Host code for Airspy SDR."
 arch=('i686' 'x86_64')
 url="http://www.airspy.com"
@@ -9,8 +9,10 @@
 license=('GPL2')
 depends=('libusb>=1.0')
 makedepends=('cmake')
-source=("https://github.com/airspy/host/archive/v$pkgver.tar.gz")
-md5sums=('fd0b80003a1098806ac40a5f42fea05f')
+source=("https://github.com/airspy/host/archive/v$pkgver.tar.gz"
+        "airspy.conf")
+md5sums=('fd0b80003a1098806ac40a5f42fea05f'
+         '29e481d56bfc56cface4f1457ca6df23')
 
 build() {
   cd "$srcdir/host-$pkgver"
@@ -24,6 +26,7 @@
   cd "$srcdir/host-$pkgver/build"
   make DESTDIR="$pkgdir" install
   install -Dm644 "../airspy-tools/52-airspy.rules" "$pkgdir/usr/lib/udev/rules.d/52-airspy.rules"
+  install -Dm644 "$srcdir/airspy.conf" "$pkgdir/etc/modprobe.d/airspy.conf"
 }
 
 # vim:set ts=2 sw=2 et:

Added: airspy.conf
===================================================================
--- airspy.conf	                        (rev 0)
+++ airspy.conf	2014-12-20 16:10:44 UTC (rev 124191)
@@ -0,0 +1,3 @@
+# disable official kernel driver
+# (remove this when Airspy supports kernel driver)
+blacklist airspy



More information about the arch-commits mailing list