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

Filipe Laíns ffy00 at archlinux.org
Thu Jun 6 20:01:21 UTC 2019


    Date: Thursday, June 6, 2019 @ 20:01:20
  Author: ffy00
Revision: 477670

archrelease: copy trunk to community-x86_64

Added:
  soapybladerf/repos/community-x86_64/PKGBUILD
    (from rev 477669, soapybladerf/trunk/PKGBUILD)
Deleted:
  soapybladerf/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-06 20:01:16 UTC (rev 477669)
+++ PKGBUILD	2019-06-06 20:01:20 UTC (rev 477670)
@@ -1,33 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
-
-pkgname=soapybladerf
-pkgver=0.4.0
-_pkgname=SoapyBladeRF
-_gitver=soapy-bladerf-$pkgver
-pkgrel=1
-pkgdesc='Soapy SDR plugin the BladeRF'
-arch=('x86_64')
-url='https://github.com/pothosware/SoapyBladeRF'
-license=('GPL3')
-depends=('soapysdr' 'bladerf')
-makedepends=('cmake')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$_gitver.tar.gz")
-sha512sums=('69347847e25239c8686506cc7101dd9263b57fa3d3b5f518c915d9a9e0cb7e3a5627ee87ad7afb3022751aa212aa3698d8dbb16b6cddcc597292c7d2f5f806d4')
-
-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: soapybladerf/repos/community-x86_64/PKGBUILD (from rev 477669, soapybladerf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-06 20:01:20 UTC (rev 477670)
@@ -0,0 +1,33 @@
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+
+pkgname=soapybladerf
+pkgver=0.4.0
+_pkgname=SoapyBladeRF
+_gitver=soapy-bladerf-$pkgver
+pkgrel=2
+pkgdesc='Soapy SDR plugin for the BladeRF'
+arch=('x86_64')
+url='https://github.com/pothosware/SoapyBladeRF'
+license=('GPL3')
+depends=('soapysdr' 'bladerf')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$_gitver.tar.gz")
+sha512sums=('69347847e25239c8686506cc7101dd9263b57fa3d3b5f518c915d9a9e0cb7e3a5627ee87ad7afb3022751aa212aa3698d8dbb16b6cddcc597292c7d2f5f806d4')
+
+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