[arch-commits] Commit in bladerf/repos (4 files)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Wed Aug 30 07:38:31 UTC 2017


    Date: Wednesday, August 30, 2017 @ 07:38:30
  Author: bpiotrowski
Revision: 254745

archrelease: copy trunk to community-i686, community-x86_64

Added:
  bladerf/repos/community-i686/PKGBUILD
    (from rev 254744, bladerf/trunk/PKGBUILD)
  bladerf/repos/community-x86_64/PKGBUILD
    (from rev 254744, bladerf/trunk/PKGBUILD)
Deleted:
  bladerf/repos/community-i686/PKGBUILD
  bladerf/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |  154 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   74 ---------------------
 community-x86_64/PKGBUILD |   74 ---------------------
 3 files changed, 154 insertions(+), 148 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-08-30 07:38:13 UTC (rev 254744)
+++ community-i686/PKGBUILD	2017-08-30 07:38:30 UTC (rev 254745)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-# Contributor: Dominik Heidler <dheidler at gmail.com>
-
-# it looks like the release model has gotten better
-# keeping it more modular for now though
-
-pkgname=bladerf
-_libver=1.8.0
-_CLIver=1.4.0
-_FPGAver=0.6.0  # 0.7.0 fpga stuff is out, but still waiting for binaries
-_firmver=2.0.0
-pkgver=$_libver
-pkgrel=1
-pkgdesc="Driver, userspace, fpga & firmware for the bladeRF SDR."
-url="https://github.com/Nuand/bladeRF"
-# https://github.com/Nuand/bladeRF/tags
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('libusb')
-makedepends=('cmake' 'help2man' 'doxygen')
-#backup=("etc/bladerf.cfg")
-
-source=(
-    "https://github.com/Nuand/bladeRF/archive/libbladeRF_v$_libver.tar.gz"
-    "https://nuand.com/fpga/v$_FPGAver/hostedx40.rbf"
-    "https://nuand.com/fpga/v$_FPGAver/hostedx115.rbf"
-    "https://www.nuand.com/fx3/bladeRF_fw_v$_firmver.img")
-
-md5sums=('7b021646d779205ff2945fed49634001'
-         '29a65d08e3a98f16dd26dee5bc9200a1'
-         '326dc7f8e87b6f38716470b43de8b4e2'
-         '7b7426c9eb4ccbf0c32e04fd578a75ae')
-
-# bladeRF-cli is bundled with libbladeRF
-# bladeRF-cli can use libtecla (aur)?
-
-prepare() {
-  cd "$srcdir/bladeRF-libbladeRF_v$_libver"
-  # FS#47168
-  sed -i 's|MODE.*$|TAG+="uaccess"|' host/misc/udev/88-nuand.rules.in
-
-  # todo, report warning
-  sed -i '94i add_definitions(-Wno-error=format-truncation)' host/CMakeLists.txt
-}
-
-build() {
-  cd "$srcdir/bladeRF-libbladeRF_v$_libver"
-  mkdir -p build
-  cd build
-  cmake \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DINSTALL_UDEV_RULES=ON \
-    -DBUILD_DOCUMENTATION=ON \
-    -DCMAKE_INSTALL_LIBDIR:PATH=lib \
-    -Dusb_LIBRARY:FILEPATH=/usr/lib/libusb-1.0.so \
-    -DCMAKE_INSTALL_PREFIX=/usr ../
-  make
-  # ENABLE_FX3_BUILD needs cypress toolchain
-  # really really wants to put files in /usr/lib64
-}
-
-package() {
-  cd "$srcdir/bladeRF-libbladeRF_v$_libver/build"
-  make DESTDIR="${pkgdir}" install
-  cd "$srcdir"
-  install -Dm644 "bladeRF_fw_v$_firmver.img" "$pkgdir/usr/share/bladerf/firmware/bladeRF_fw_v$_firmver.img"
-  install -Dm644 hostedx40.rbf "$pkgdir/usr/share/bladerf/fpga/hostedx40.rbf"
-  install -Dm644 hostedx115.rbf "$pkgdir/usr/share/bladerf/fpga/hostedx115.rbf"
-
-  # FS#54105
-  cd "$pkgdir/etc/udev/rules.d/"
-  mv 88-nuand.rules 70-nuand.rules
-}

Copied: bladerf/repos/community-i686/PKGBUILD (from rev 254744, bladerf/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-08-30 07:38:30 UTC (rev 254745)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: Dominik Heidler <dheidler at gmail.com>
+
+# it looks like the release model has gotten better
+# keeping it more modular for now though
+
+pkgname=bladerf
+_libver=1.8.0
+_CLIver=1.4.0
+_FPGAver=0.6.0  # 0.7.0 fpga stuff is out, but still waiting for binaries
+_firmver=2.0.0
+pkgver=$_libver
+pkgrel=1
+pkgdesc="Driver, userspace, fpga & firmware for the bladeRF SDR."
+url="https://github.com/Nuand/bladeRF"
+# https://github.com/Nuand/bladeRF/tags
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('libusb')
+makedepends=('cmake' 'help2man' 'doxygen')
+#backup=("etc/bladerf.cfg")
+
+source=(
+    "https://github.com/Nuand/bladeRF/archive/libbladeRF_v$_libver.tar.gz"
+    "https://nuand.com/fpga/v$_FPGAver/hostedx40.rbf"
+    "https://nuand.com/fpga/v$_FPGAver/hostedx115.rbf"
+    "https://www.nuand.com/fx3/bladeRF_fw_v$_firmver.img")
+
+md5sums=('7b021646d779205ff2945fed49634001'
+         '29a65d08e3a98f16dd26dee5bc9200a1'
+         '326dc7f8e87b6f38716470b43de8b4e2'
+         '7b7426c9eb4ccbf0c32e04fd578a75ae')
+
+# bladeRF-cli is bundled with libbladeRF
+# bladeRF-cli can use libtecla (aur)?
+
+prepare() {
+  cd "$srcdir/bladeRF-libbladeRF_v$_libver"
+  # FS#47168
+  sed -i 's|MODE.*$|TAG+="uaccess"|' host/misc/udev/88-nuand.rules.in
+
+  # todo, report warning
+  sed -i '94i add_definitions(-Wno-error=format-truncation)' host/CMakeLists.txt
+
+  # FS#55326
+  sed -i '44s/^else/#&/' host/misc/udev/CMakeLists.txt
+}
+
+build() {
+  cd "$srcdir/bladeRF-libbladeRF_v$_libver"
+  mkdir -p build
+  cd build
+  cmake \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DINSTALL_UDEV_RULES=ON \
+    -DBUILD_DOCUMENTATION=ON \
+    -DCMAKE_INSTALL_LIBDIR:PATH=lib \
+    -Dusb_LIBRARY:FILEPATH=/usr/lib/libusb-1.0.so \
+    -DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+  # ENABLE_FX3_BUILD needs cypress toolchain
+  # really really wants to put files in /usr/lib64
+}
+
+package() {
+  cd "$srcdir/bladeRF-libbladeRF_v$_libver/build"
+  make DESTDIR="${pkgdir}" install
+  cd "$srcdir"
+  install -Dm644 "bladeRF_fw_v$_firmver.img" "$pkgdir/usr/share/bladerf/firmware/bladeRF_fw_v$_firmver.img"
+  install -Dm644 hostedx40.rbf "$pkgdir/usr/share/bladerf/fpga/hostedx40.rbf"
+  install -Dm644 hostedx115.rbf "$pkgdir/usr/share/bladerf/fpga/hostedx115.rbf"
+
+  # FS#54105
+  cd "$pkgdir/etc/udev/rules.d/"
+  mv 88-nuand.rules 70-nuand.rules
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-08-30 07:38:13 UTC (rev 254744)
+++ community-x86_64/PKGBUILD	2017-08-30 07:38:30 UTC (rev 254745)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-# Contributor: Dominik Heidler <dheidler at gmail.com>
-
-# it looks like the release model has gotten better
-# keeping it more modular for now though
-
-pkgname=bladerf
-_libver=1.8.0
-_CLIver=1.4.0
-_FPGAver=0.6.0  # 0.7.0 fpga stuff is out, but still waiting for binaries
-_firmver=2.0.0
-pkgver=$_libver
-pkgrel=1
-pkgdesc="Driver, userspace, fpga & firmware for the bladeRF SDR."
-url="https://github.com/Nuand/bladeRF"
-# https://github.com/Nuand/bladeRF/tags
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('libusb')
-makedepends=('cmake' 'help2man' 'doxygen')
-#backup=("etc/bladerf.cfg")
-
-source=(
-    "https://github.com/Nuand/bladeRF/archive/libbladeRF_v$_libver.tar.gz"
-    "https://nuand.com/fpga/v$_FPGAver/hostedx40.rbf"
-    "https://nuand.com/fpga/v$_FPGAver/hostedx115.rbf"
-    "https://www.nuand.com/fx3/bladeRF_fw_v$_firmver.img")
-
-md5sums=('7b021646d779205ff2945fed49634001'
-         '29a65d08e3a98f16dd26dee5bc9200a1'
-         '326dc7f8e87b6f38716470b43de8b4e2'
-         '7b7426c9eb4ccbf0c32e04fd578a75ae')
-
-# bladeRF-cli is bundled with libbladeRF
-# bladeRF-cli can use libtecla (aur)?
-
-prepare() {
-  cd "$srcdir/bladeRF-libbladeRF_v$_libver"
-  # FS#47168
-  sed -i 's|MODE.*$|TAG+="uaccess"|' host/misc/udev/88-nuand.rules.in
-
-  # todo, report warning
-  sed -i '94i add_definitions(-Wno-error=format-truncation)' host/CMakeLists.txt
-}
-
-build() {
-  cd "$srcdir/bladeRF-libbladeRF_v$_libver"
-  mkdir -p build
-  cd build
-  cmake \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DINSTALL_UDEV_RULES=ON \
-    -DBUILD_DOCUMENTATION=ON \
-    -DCMAKE_INSTALL_LIBDIR:PATH=lib \
-    -Dusb_LIBRARY:FILEPATH=/usr/lib/libusb-1.0.so \
-    -DCMAKE_INSTALL_PREFIX=/usr ../
-  make
-  # ENABLE_FX3_BUILD needs cypress toolchain
-  # really really wants to put files in /usr/lib64
-}
-
-package() {
-  cd "$srcdir/bladeRF-libbladeRF_v$_libver/build"
-  make DESTDIR="${pkgdir}" install
-  cd "$srcdir"
-  install -Dm644 "bladeRF_fw_v$_firmver.img" "$pkgdir/usr/share/bladerf/firmware/bladeRF_fw_v$_firmver.img"
-  install -Dm644 hostedx40.rbf "$pkgdir/usr/share/bladerf/fpga/hostedx40.rbf"
-  install -Dm644 hostedx115.rbf "$pkgdir/usr/share/bladerf/fpga/hostedx115.rbf"
-
-  # FS#54105
-  cd "$pkgdir/etc/udev/rules.d/"
-  mv 88-nuand.rules 70-nuand.rules
-}

Copied: bladerf/repos/community-x86_64/PKGBUILD (from rev 254744, bladerf/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-08-30 07:38:30 UTC (rev 254745)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: Dominik Heidler <dheidler at gmail.com>
+
+# it looks like the release model has gotten better
+# keeping it more modular for now though
+
+pkgname=bladerf
+_libver=1.8.0
+_CLIver=1.4.0
+_FPGAver=0.6.0  # 0.7.0 fpga stuff is out, but still waiting for binaries
+_firmver=2.0.0
+pkgver=$_libver
+pkgrel=1
+pkgdesc="Driver, userspace, fpga & firmware for the bladeRF SDR."
+url="https://github.com/Nuand/bladeRF"
+# https://github.com/Nuand/bladeRF/tags
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('libusb')
+makedepends=('cmake' 'help2man' 'doxygen')
+#backup=("etc/bladerf.cfg")
+
+source=(
+    "https://github.com/Nuand/bladeRF/archive/libbladeRF_v$_libver.tar.gz"
+    "https://nuand.com/fpga/v$_FPGAver/hostedx40.rbf"
+    "https://nuand.com/fpga/v$_FPGAver/hostedx115.rbf"
+    "https://www.nuand.com/fx3/bladeRF_fw_v$_firmver.img")
+
+md5sums=('7b021646d779205ff2945fed49634001'
+         '29a65d08e3a98f16dd26dee5bc9200a1'
+         '326dc7f8e87b6f38716470b43de8b4e2'
+         '7b7426c9eb4ccbf0c32e04fd578a75ae')
+
+# bladeRF-cli is bundled with libbladeRF
+# bladeRF-cli can use libtecla (aur)?
+
+prepare() {
+  cd "$srcdir/bladeRF-libbladeRF_v$_libver"
+  # FS#47168
+  sed -i 's|MODE.*$|TAG+="uaccess"|' host/misc/udev/88-nuand.rules.in
+
+  # todo, report warning
+  sed -i '94i add_definitions(-Wno-error=format-truncation)' host/CMakeLists.txt
+
+  # FS#55326
+  sed -i '44s/^else/#&/' host/misc/udev/CMakeLists.txt
+}
+
+build() {
+  cd "$srcdir/bladeRF-libbladeRF_v$_libver"
+  mkdir -p build
+  cd build
+  cmake \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DINSTALL_UDEV_RULES=ON \
+    -DBUILD_DOCUMENTATION=ON \
+    -DCMAKE_INSTALL_LIBDIR:PATH=lib \
+    -Dusb_LIBRARY:FILEPATH=/usr/lib/libusb-1.0.so \
+    -DCMAKE_INSTALL_PREFIX=/usr ../
+  make
+  # ENABLE_FX3_BUILD needs cypress toolchain
+  # really really wants to put files in /usr/lib64
+}
+
+package() {
+  cd "$srcdir/bladeRF-libbladeRF_v$_libver/build"
+  make DESTDIR="${pkgdir}" install
+  cd "$srcdir"
+  install -Dm644 "bladeRF_fw_v$_firmver.img" "$pkgdir/usr/share/bladerf/firmware/bladeRF_fw_v$_firmver.img"
+  install -Dm644 hostedx40.rbf "$pkgdir/usr/share/bladerf/fpga/hostedx40.rbf"
+  install -Dm644 hostedx115.rbf "$pkgdir/usr/share/bladerf/fpga/hostedx115.rbf"
+
+  # FS#54105
+  cd "$pkgdir/etc/udev/rules.d/"
+  mv 88-nuand.rules 70-nuand.rules
+}



More information about the arch-commits mailing list