Date: Tuesday, August 21, 2018 @ 01:42:08
  Author: kkeen
Revision: 372942

archrelease: copy trunk to community-x86_64

Added:
  hackrf/repos/community-x86_64/PKGBUILD
    (from rev 372941, hackrf/trunk/PKGBUILD)
  hackrf/repos/community-x86_64/hackrf.conf
    (from rev 372941, hackrf/trunk/hackrf.conf)
Deleted:
  hackrf/repos/community-x86_64/PKGBUILD
  hackrf/repos/community-x86_64/hackrf.conf

-------------+
 PKGBUILD    |   96 +++++++++++++++++++++++++++++-----------------------------
 hackrf.conf |    4 +-
 2 files changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2018-08-21 01:41:53 UTC (rev 372941)
+++ PKGBUILD    2018-08-21 01:42:08 UTC (rev 372942)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen <keen...@gmail.com>
-# Contributor: Dominik Heidler <dheid...@gmail.com>
-pkgname=hackrf
-pkgver=2017.02.1
-pkgrel=1
-pkgdesc="Driver for HackRF, allowing general purpose software defined radio 
(SDR)."
-arch=('i686' 'x86_64')
-url="https://github.com/mossmann/hackrf";
-license=('GPL2')
-depends=('libusb' 'fftw')
-makedepends=('cmake')
-
-#source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz";
-source=("https://github.com/mossmann/hackrf/releases/download/v${pkgver}/hackrf-$pkgver.tar.xz";
-        'hackrf.conf')
-md5sums=('7303edc2f6ea710e0e35ad196b485045'
-         '01ad1ba4a27d820e8f9abeb5fa88bfc6')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver/host"
-  # FS#41895
-  sed -i 's|MODE.*$|TAG+="uaccess"|' libhackrf/53-hackrf.rules*
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver/host"
-  mkdir -p build
-  cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ../
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  pushd host/build
-  make DESTDIR="$pkgdir" install
-  popd
-  pushd host/libhackrf
-  install -vD -m644 53-hackrf.rules 
"$pkgdir/usr/lib/udev/rules.d/53-hackrf.rules"
-  popd
-  pushd firmware-bin
-  for i in *.{bin,dfu,xsvf}; do
-    install -vDm644 "$i" "$pkgdir/usr/share/hackrf/$i"
-  done
-  popd
-  install -Dm644 "$srcdir/hackrf.conf" "$pkgdir/etc/modprobe.d/hackrf.conf"
-}

Copied: hackrf/repos/community-x86_64/PKGBUILD (from rev 372941, 
hackrf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2018-08-21 01:42:08 UTC (rev 372942)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Kyle Keen <keen...@gmail.com>
+# Contributor: Dominik Heidler <dheid...@gmail.com>
+pkgname=hackrf
+pkgver=2018.01.1
+pkgrel=1
+pkgdesc="Driver for HackRF, allowing general purpose software defined radio 
(SDR)."
+arch=('x86_64')
+url="https://github.com/mossmann/hackrf";
+license=('GPL2')
+depends=('libusb' 'fftw')
+makedepends=('cmake')
+
+#source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz";
+source=("https://github.com/mossmann/hackrf/releases/download/v${pkgver}/hackrf-$pkgver.tar.xz";
+        'hackrf.conf')
+md5sums=('5adc14e749d54dc9daf116810a5f1956'
+         '01ad1ba4a27d820e8f9abeb5fa88bfc6')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver/host"
+  # FS#41895
+  sed -i 's|MODE.*$|TAG+="uaccess"|' libhackrf/53-hackrf.rules*
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver/host"
+  mkdir -p build
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  pushd host/build
+  make DESTDIR="$pkgdir" install
+  popd
+  pushd host/libhackrf
+  install -vD -m644 53-hackrf.rules 
"$pkgdir/usr/lib/udev/rules.d/53-hackrf.rules"
+  popd
+  pushd firmware-bin
+  for i in *.{bin,dfu,xsvf}; do
+    install -vDm644 "$i" "$pkgdir/usr/share/hackrf/$i"
+  done
+  popd
+  install -Dm644 "$srcdir/hackrf.conf" "$pkgdir/etc/modprobe.d/hackrf.conf"
+}

Deleted: hackrf.conf
===================================================================
--- hackrf.conf 2018-08-21 01:41:53 UTC (rev 372941)
+++ hackrf.conf 2018-08-21 01:42:08 UTC (rev 372942)
@@ -1,2 +0,0 @@
-# disable kernel drivers
-blacklist hackrf

Copied: hackrf/repos/community-x86_64/hackrf.conf (from rev 372941, 
hackrf/trunk/hackrf.conf)
===================================================================
--- hackrf.conf                         (rev 0)
+++ hackrf.conf 2018-08-21 01:42:08 UTC (rev 372942)
@@ -0,0 +1,2 @@
+# disable kernel drivers
+blacklist hackrf

Reply via email to