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

Kyle Keen kkeen at archlinux.org
Mon Apr 25 10:32:10 UTC 2016


    Date: Monday, April 25, 2016 @ 12:32:10
  Author: kkeen
Revision: 171777

archrelease: copy trunk to community-staging-any

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

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

Copied: libuhd-firmware/repos/community-staging-any/PKGBUILD (from rev 171776, libuhd-firmware/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2016-04-25 10:32:10 UTC (rev 171777)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: Dominik Heidler <dheidler at gmail.com>
+
+pkgname=libuhd-firmware
+pkgver=3.9.3
+_verstring=003.009.003
+pkgrel=1
+pkgdesc="Universal Software Radio Peripheral (USRP) userspace firmware"
+arch=('any')
+url="http://www.ettus.com/kb/category/software-documentation/uhd-manual"
+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=('15a01327422857a36a59152f38676698')
+
+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