[arch-commits] Commit in rx_tools/repos/community-x86_64 (PKGBUILD PKGBUILD)
Filipe Laíns
ffy00 at archlinux.org
Sun Apr 5 19:48:47 UTC 2020
Date: Sunday, April 5, 2020 @ 19:48:46
Author: ffy00
Revision: 611962
archrelease: copy trunk to community-x86_64
Added:
rx_tools/repos/community-x86_64/PKGBUILD
(from rev 611961, rx_tools/trunk/PKGBUILD)
Deleted:
rx_tools/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-05 19:48:42 UTC (rev 611961)
+++ PKGBUILD 2020-04-05 19:48:46 UTC (rev 611962)
@@ -1,31 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
-
-pkgname=rx_tools
-pkgver=1.0.3
-pkgrel=3
-pkgdesc='Implementation of librtlsdr rtl_* tools using SoapySDR as the driver backend'
-url="https://github.com/rxseger/rx_tools"
-arch=('x86_64')
-license=('GPL2')
-depends=('soapysdr')
-makedepends=('cmake')
-source=("$url/archive/v$pkgver.zip")
-sha512sums=('6afc5e99061725a5cab79418ea5a912a9de73d2a5abd5932e17b1ef6b6b4c0c079fd8502dd37ce039244ba2aab692001736f371d2ef1570be6c2fb2ab30f7c72')
-
-build(){
- mkdir -p $pkgname-$pkgver/build
- cd $pkgname-$pkgver/build
-
- cmake .. \
- -DCMAKE_INSTALL_PREFIX=/usr
-
- make
-}
-
-package()
-{
- cd $pkgname-$pkgver/build
-
- make DESTDIR="$pkgdir" install
-}
-
Copied: rx_tools/repos/community-x86_64/PKGBUILD (from rev 611961, rx_tools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-05 19:48:46 UTC (rev 611962)
@@ -0,0 +1,31 @@
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+
+pkgname=rx_tools
+pkgver=1.0.3
+pkgrel=4
+pkgdesc='Implementation of librtlsdr rtl_* tools using SoapySDR as the driver backend'
+url="https://github.com/rxseger/rx_tools"
+arch=('x86_64')
+license=('GPL2')
+depends=('soapysdr')
+makedepends=('cmake')
+source=("$url/archive/v$pkgver.zip")
+sha512sums=('6afc5e99061725a5cab79418ea5a912a9de73d2a5abd5932e17b1ef6b6b4c0c079fd8502dd37ce039244ba2aab692001736f371d2ef1570be6c2fb2ab30f7c72')
+
+build(){
+ mkdir -p $pkgname-$pkgver/build
+ cd $pkgname-$pkgver/build
+
+ cmake .. \
+ -DCMAKE_INSTALL_PREFIX=/usr
+
+ make
+}
+
+package()
+{
+ cd $pkgname-$pkgver/build
+
+ make DESTDIR="$pkgdir" install
+}
+
More information about the arch-commits
mailing list