[arch-commits] Commit in libuhd-firmware/repos (2 files)

Kyle Keen kkeen at archlinux.org
Sat May 30 13:16:48 UTC 2015


    Date: Saturday, May 30, 2015 @ 15:16:48
  Author: kkeen
Revision: 134358

archrelease: copy trunk to community-staging-any

Added:
  libuhd-firmware/repos/community-staging-any/
  libuhd-firmware/repos/community-staging-any/PKGBUILD
    (from rev 134357, libuhd-firmware/trunk/PKGBUILD)

----------+
 PKGBUILD |   27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

Copied: libuhd-firmware/repos/community-staging-any/PKGBUILD (from rev 134357, libuhd-firmware/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2015-05-30 13:16:48 UTC (rev 134358)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: Dominik Heidler <dheidler at gmail.com>
+
+pkgname=libuhd-firmware
+pkgver=3.8.4
+_verstring=003.008.004
+pkgrel=1
+pkgdesc="Universal Software Radio Peripheral (USRP) userspace firmware"
+arch=('any')
+url="http://code.ettus.com/redmine/ettus/projects/uhd/wiki"
+license=('GPL')
+depends=('libuhd')
+#source=("http://files.ettus.com/binaries/maint_images/archive/uhd-images_${_verstring}-release.tar.gz")
+source=("http://files.ettus.com/binaries/images/uhd-images_${_verstring}-release.tar.gz")
+md5sums=('827c9c839809e6d0bc1cc61e359a1cd6')
+
+package() {
+  cd "$srcdir/uhd-images_$_verstring-release/share/uhd/images/"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -d "$pkgdir/usr/share/uhd/images/"
+  # multiple types of yuck
+  rm -rf winusb_driver
+  cp -r * "$pkgdir/usr/share/uhd/images/"
+}
+
+



More information about the arch-commits mailing list