mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/libuhd to 3.9.1-1
This commit is contained in:
parent
aa6dae1df0
commit
6689616441
1 changed files with 6 additions and 6 deletions
|
@ -6,19 +6,19 @@
|
|||
# - disable neon for AArch64
|
||||
|
||||
pkgname=libuhd
|
||||
pkgver=3.8.5
|
||||
_verstring='003_008_005'
|
||||
pkgrel=3
|
||||
pkgver=3.9.1
|
||||
_verstring='003_009_001'
|
||||
pkgrel=1
|
||||
pkgdesc="Universal Software Radio Peripheral (USRP) userspace driver"
|
||||
arch=('x86_64' 'i686')
|
||||
url="http://code.ettus.com/redmine/ettus/projects/uhd/wiki"
|
||||
url="http://www.ettus.com/kb/category/software-documentation/uhd-manual"
|
||||
license=('GPL')
|
||||
depends=('boost-libs' 'orc' 'libusbx')
|
||||
optdepends=('python2: usrp utils')
|
||||
makedepends=('cmake' 'boost' 'python2-cheetah')
|
||||
makedepends=('cmake' 'boost' 'python2-cheetah' 'python2-mako')
|
||||
|
||||
source=("libuhd-$pkgver.tar.gz::https://github.com/EttusResearch/uhd/archive/release_${_verstring}.tar.gz")
|
||||
md5sums=('d827d63de03c9087d0d011e44bff5dd1')
|
||||
md5sums=('9732fe05d562ea8038f120c29410ce02')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/uhd-release_$_verstring/host"
|
||||
|
|
Loading…
Reference in a new issue