[arch-commits] Commit in soapynetsdr/repos/community-x86_64 (PKGBUILD PKGBUILD)
Filipe Laíns
ffy00 at archlinux.org
Sun Apr 5 19:47:42 UTC 2020
Date: Sunday, April 5, 2020 @ 19:47:42
Author: ffy00
Revision: 611946
archrelease: copy trunk to community-x86_64
Added:
soapynetsdr/repos/community-x86_64/PKGBUILD
(from rev 611945, soapynetsdr/trunk/PKGBUILD)
Deleted:
soapynetsdr/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-05 19:47:37 UTC (rev 611945)
+++ PKGBUILD 2020-04-05 19:47:42 UTC (rev 611946)
@@ -1,33 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
-
-pkgname=soapynetsdr
-pkgver=0.1.0
-_pkgname=SoapyNetSDR
-_gitver=soapy-netsdr-$pkgver
-pkgrel=1
-pkgdesc='Soapy SDR plugin for the NetSDR protocol'
-arch=('x86_64')
-url='https://github.com/pothosware/SoapyNetSDR'
-license=('GPL3')
-depends=('soapysdr')
-makedepends=('cmake')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$_gitver.tar.gz")
-sha512sums=('3ace46a7d5c1de467f627727c6b4b5cb2f1a1cad0e051ca0919aef3267e4bcaed896fa6eff34533912a2cfb711285c682e63f3621278b98c5fc0eb3357b36d62')
-
-build() {
- mkdir -p $_pkgname-$_gitver/build
- cd $_pkgname-$_gitver/build
-
- cmake .. \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=Release
-
- make
-}
-
-package() {
- cd $_pkgname-$_gitver/build
-
- make DESTDIR="$pkgdir" install
-}
-
Copied: soapynetsdr/repos/community-x86_64/PKGBUILD (from rev 611945, soapynetsdr/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-05 19:47:42 UTC (rev 611946)
@@ -0,0 +1,33 @@
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+
+pkgname=soapynetsdr
+pkgver=0.2.0
+_pkgname=SoapyNetSDR
+_gitver=soapy-netsdr-$pkgver
+pkgrel=1
+pkgdesc='Soapy SDR plugin for the NetSDR protocol'
+arch=('x86_64')
+url='https://github.com/pothosware/SoapyNetSDR'
+license=('GPL3')
+depends=('soapysdr')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$_gitver.tar.gz")
+sha512sums=('84d6936ef51cb10289250171bcf50fbbb758e8d5488d4cd8ff063dfe43aa3870118006f93aaafa3a485a185fc343285c424c4b3f40aaeebb97d7726da70602f7')
+
+build() {
+ mkdir -p $_pkgname-$_gitver/build
+ cd $_pkgname-$_gitver/build
+
+ cmake .. \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release
+
+ make
+}
+
+package() {
+ cd $_pkgname-$_gitver/build
+
+ make DESTDIR="$pkgdir" install
+}
+
More information about the arch-commits
mailing list