[arch-commits] Commit in (4 files)

Kyle Keen kkeen at archlinux.org
Thu Oct 9 11:51:50 UTC 2014


    Date: Thursday, October 9, 2014 @ 13:51:50
  Author: kkeen
Revision: 120441

pkginit: libuhd-firmware-3.7.3-1

Added:
  libuhd-firmware/
  libuhd-firmware/repos/
  libuhd-firmware/trunk/
  libuhd-firmware/trunk/PKGBUILD

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

Added: libuhd-firmware/trunk/PKGBUILD
===================================================================
--- libuhd-firmware/trunk/PKGBUILD	                        (rev 0)
+++ libuhd-firmware/trunk/PKGBUILD	2014-10-09 11:51:50 UTC (rev 120441)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: Dominik Heidler <dheidler at gmail.com>
+
+pkgname=libuhd-firmware
+pkgver=3.7.3
+_verstring=003.007.003
+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")
+md5sums=('c92809b7486447d3e249bbea7ee2d1f0')
+
+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/"
+}
+
+


Property changes on: libuhd-firmware/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list