[arch-commits] Commit in libuhd/repos/community-staging-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Thu Dec 2 18:45:46 UTC 2021
Date: Thursday, December 2, 2021 @ 18:45:45
Author: felixonmars
Revision: 1062250
archrelease: copy trunk to community-staging-x86_64
Added:
libuhd/repos/community-staging-x86_64/PKGBUILD
(from rev 1062249, libuhd/trunk/PKGBUILD)
Deleted:
libuhd/repos/community-staging-x86_64/PKGBUILD
----------+
PKGBUILD | 96 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 48 insertions(+), 48 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-02 18:45:41 UTC (rev 1062249)
+++ PKGBUILD 2021-12-02 18:45:45 UTC (rev 1062250)
@@ -1,48 +0,0 @@
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-# Contributor: Dominik Heidler <dheidler at gmail.com>
-
-pkgname=libuhd
-pkgver=4.1.0.1
-pkgrel=3
-pkgdesc="Universal Software Radio Peripheral (USRP) userspace driver"
-arch=('x86_64')
-url="https://files.ettus.com/manual/"
-license=('GPL')
-depends=('boost-libs' 'orc' 'libusb')
-optdepends=('python: usrp utils'
- 'python-numpy: python api')
-makedepends=('cmake' 'boost' 'python-mako' 'python-numpy')
-# gpsd? dpdk?
-
-source=("libuhd-$pkgver.tar.gz::https://github.com/EttusResearch/uhd/archive/v$pkgver.tar.gz")
-sha256sums=('e468d5f118c84174754b34613d2b2b9e5fcab9c49062fe3ff7c209c9ac37da7b')
-
-prepare() {
- cd "$srcdir/uhd-$pkgver/host"
- mkdir build
-}
-
-build() {
- cd "$srcdir/uhd-$pkgver/host/build"
-
- cmake .. -DCMAKE_INSTALL_PREFIX=/usr/ \
- -DPYTHON_EXECUTABLE=/usr/bin/python3 \
- -DENABLE_PYTHON_API=ON \
- -DENABLE_EXAMPLES=OFF \
- -DENABLE_UTILS=ON \
- -DENABLE_TESTS=OFF \
- -DENABLE_E100=ON \
- -DENABLE_E300=ON
- make
-}
-
-check() {
- cd "$srcdir/uhd-$pkgver/host/build"
- make test
-}
-
-package() {
- cd "$srcdir/uhd-$pkgver/host/build"
- make DESTDIR="$pkgdir" install
- install -Dm644 "../utils/uhd-usrp.rules" "$pkgdir/usr/lib/udev/rules.d/10-uhd-usrp.rules"
-}
Copied: libuhd/repos/community-staging-x86_64/PKGBUILD (from rev 1062249, libuhd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-02 18:45:45 UTC (rev 1062250)
@@ -0,0 +1,48 @@
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: Dominik Heidler <dheidler at gmail.com>
+
+pkgname=libuhd
+pkgver=4.1.0.1
+pkgrel=4
+pkgdesc="Universal Software Radio Peripheral (USRP) userspace driver"
+arch=('x86_64')
+url="https://files.ettus.com/manual/"
+license=('GPL')
+depends=('boost-libs' 'orc' 'libusb')
+optdepends=('python: usrp utils'
+ 'python-numpy: python api')
+makedepends=('cmake' 'boost' 'python-mako' 'python-numpy')
+# gpsd? dpdk?
+
+source=("libuhd-$pkgver.tar.gz::https://github.com/EttusResearch/uhd/archive/v$pkgver.tar.gz")
+sha256sums=('e468d5f118c84174754b34613d2b2b9e5fcab9c49062fe3ff7c209c9ac37da7b')
+
+prepare() {
+ cd "$srcdir/uhd-$pkgver/host"
+ mkdir build
+}
+
+build() {
+ cd "$srcdir/uhd-$pkgver/host/build"
+
+ cmake .. -DCMAKE_INSTALL_PREFIX=/usr/ \
+ -DPYTHON_EXECUTABLE=/usr/bin/python3 \
+ -DENABLE_PYTHON_API=ON \
+ -DENABLE_EXAMPLES=OFF \
+ -DENABLE_UTILS=ON \
+ -DENABLE_TESTS=OFF \
+ -DENABLE_E100=ON \
+ -DENABLE_E300=ON
+ make
+}
+
+check() {
+ cd "$srcdir/uhd-$pkgver/host/build"
+ make test
+}
+
+package() {
+ cd "$srcdir/uhd-$pkgver/host/build"
+ make DESTDIR="$pkgdir" install
+ install -Dm644 "../utils/uhd-usrp.rules" "$pkgdir/usr/lib/udev/rules.d/10-uhd-usrp.rules"
+}
More information about the arch-commits
mailing list