[arch-commits] Commit in libuhd-firmware/repos (2 files)
Kyle Keen
kkeen at archlinux.org
Fri Sep 16 10:29:46 UTC 2016
Date: Friday, September 16, 2016 @ 10:29:45
Author: kkeen
Revision: 189613
archrelease: copy trunk to community-staging-any
Added:
libuhd-firmware/repos/community-staging-any/
libuhd-firmware/repos/community-staging-any/PKGBUILD
(from rev 189612, libuhd-firmware/trunk/PKGBUILD)
----------+
PKGBUILD | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
Copied: libuhd-firmware/repos/community-staging-any/PKGBUILD (from rev 189612, libuhd-firmware/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2016-09-16 10:29:45 UTC (rev 189613)
@@ -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.5
+_verstring=003.009.005
+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=('07b21e830826dc2230f20be226df84a4')
+
+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