[arch-commits] Commit in libuhd-firmware/repos (2 files)
Kyle Keen
kkeen at archlinux.org
Wed Apr 22 08:45:15 UTC 2015
Date: Wednesday, April 22, 2015 @ 10:45:15
Author: kkeen
Revision: 131917
archrelease: copy trunk to community-staging-any
Added:
libuhd-firmware/repos/community-staging-any/
libuhd-firmware/repos/community-staging-any/PKGBUILD
(from rev 131916, libuhd-firmware/trunk/PKGBUILD)
----------+
PKGBUILD | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
Copied: libuhd-firmware/repos/community-staging-any/PKGBUILD (from rev 131916, libuhd-firmware/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2015-04-22 08:45:15 UTC (rev 131917)
@@ -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.3
+_verstring=003.008.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")
+source=("http://files.ettus.com/binaries/images/uhd-images_${_verstring}-release.tar.gz")
+md5sums=('e50b92890aa092598e2c67bb11401039')
+
+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