[arch-commits] Commit in soapynetsdr/repos/community-x86_64 (PKGBUILD PKGBUILD)

Filipe Laíns ffy00 at archlinux.org
Sun Dec 8 15:07:32 UTC 2019


    Date: Sunday, December 8, 2019 @ 15:07:31
  Author: ffy00
Revision: 536344

archrelease: copy trunk to community-x86_64

Added:
  soapynetsdr/repos/community-x86_64/PKGBUILD
    (from rev 536343, soapynetsdr/trunk/PKGBUILD)
Deleted:
  soapynetsdr/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   67 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-08 15:07:18 UTC (rev 536343)
+++ PKGBUILD	2019-12-08 15:07:31 UTC (rev 536344)
@@ -1,34 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
-
-pkgname=soapynetsdr
-pkgver=r4.03134e
-_pkgname=SoapyNetSDR
-_gitver=soapy-netsdr-$pkgver
-_gitver=03134e8a0b5871764754a96d54906aaf22f65c79
-pkgrel=1
-pkgdesc='Soapy SDR Support Module for 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=('5f046e37af1e81e15272eb775e08383a318721a83f0e206ab4de72e4a482997d6cc1d318d42ca905db5d053b2e8998c3d2048e3d4d3e22a1bc2a5cf84d42a774')
-
-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 536343, soapynetsdr/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-12-08 15:07:31 UTC (rev 536344)
@@ -0,0 +1,33 @@
+# 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
+}
+



More information about the arch-commits mailing list