mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/libuhd to 4.1.0.5-1
This commit is contained in:
parent
8b5323de42
commit
aa84a94e7e
1 changed files with 4 additions and 3 deletions
|
@ -6,8 +6,8 @@
|
||||||
# - explicitly link v5/v6 with libatomic
|
# - explicitly link v5/v6 with libatomic
|
||||||
|
|
||||||
pkgname=libuhd
|
pkgname=libuhd
|
||||||
pkgver=4.1.0.1
|
pkgver=4.1.0.5
|
||||||
pkgrel=5
|
pkgrel=1
|
||||||
pkgdesc="Universal Software Radio Peripheral (USRP) userspace driver"
|
pkgdesc="Universal Software Radio Peripheral (USRP) userspace driver"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://files.ettus.com/manual/"
|
url="https://files.ettus.com/manual/"
|
||||||
|
@ -16,10 +16,11 @@ depends=('boost-libs' 'orc' 'libusb')
|
||||||
optdepends=('python: usrp utils'
|
optdepends=('python: usrp utils'
|
||||||
'python-numpy: python api')
|
'python-numpy: python api')
|
||||||
makedepends=('cmake' 'boost' 'python-mako' 'python-numpy')
|
makedepends=('cmake' 'boost' 'python-mako' 'python-numpy')
|
||||||
|
options=(!lto)
|
||||||
# gpsd? dpdk?
|
# gpsd? dpdk?
|
||||||
|
|
||||||
source=("libuhd-$pkgver.tar.gz::https://github.com/EttusResearch/uhd/archive/v$pkgver.tar.gz")
|
source=("libuhd-$pkgver.tar.gz::https://github.com/EttusResearch/uhd/archive/v$pkgver.tar.gz")
|
||||||
sha256sums=('e468d5f118c84174754b34613d2b2b9e5fcab9c49062fe3ff7c209c9ac37da7b')
|
sha256sums=('73580bb8823338dbc0ffe2840088cb15d7496ef7d402a4816df17a8e5c8d0221')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "$srcdir/uhd-$pkgver/host"
|
cd "$srcdir/uhd-$pkgver/host"
|
||||||
|
|
Loading…
Reference in a new issue