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

Evangelos Foutras foutrelis at archlinux.org
Sat Jun 1 14:00:50 UTC 2019


    Date: Saturday, June 1, 2019 @ 14:00:50
  Author: foutrelis
Revision: 476444

archrelease: copy trunk to community-staging-x86_64

Added:
  hamlib/repos/community-staging-x86_64/PKGBUILD
    (from rev 476443, hamlib/trunk/PKGBUILD)
Deleted:
  hamlib/repos/community-staging-x86_64/PKGBUILD

----------+
 PKGBUILD |   82 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-01 14:00:46 UTC (rev 476443)
+++ PKGBUILD	2019-06-01 14:00:50 UTC (rev 476444)
@@ -1,41 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
-
-pkgname=hamlib
-pkgver=3.3
-pkgrel=2
-pkgdesc='Ham radio equipment control libraries'
-arch=('x86_64')
-url='https://hamlib.github.io'
-license=('GPL' 'LGPL')
-depends=('perl' 'python' 'lua' 'tcl' 'libxml2' 'libusb-compat' 'libtool' 'libuhd')
-makedepends=('swig')
-source=("https://github.com/Hamlib/Hamlib/releases/download/$pkgver/$pkgname-$pkgver.tar.gz"{,.asc})
-sha512sums=('4cf6c94d0238c8a13aed09413b3f4a027c8ded07f8840cdb2b9d38b39b6395a4a88a8105257015345f6de0658ab8c60292d11a9de3e16a493e153637af630a80'
-            'SKIP')
-validpgpkeys=(82D64F6B0E67CD41F689BBA6FB2C5130D55A8819)
-
-prepare() {
-  sed -i 's|usrp|uhd|g' $pkgname-$pkgver/configure.ac
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
-  	--prefix=/usr \
-  	--sbindir=/usr/bin \
-  	--with-perl-binding \
-  	--with-python-binding \
-  	--with-tcl-binding \
-  	--with-lua-binding \
-  	--with-xml-support \
-  	--enable-uhd
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-}

Copied: hamlib/repos/community-staging-x86_64/PKGBUILD (from rev 476443, hamlib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-01 14:00:50 UTC (rev 476444)
@@ -0,0 +1,41 @@
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+
+pkgname=hamlib
+pkgver=3.3
+pkgrel=3
+pkgdesc='Ham radio equipment control libraries'
+arch=('x86_64')
+url='https://hamlib.github.io'
+license=('GPL' 'LGPL')
+depends=('perl' 'python' 'lua' 'tcl' 'libxml2' 'libusb-compat' 'libtool' 'libuhd')
+makedepends=('swig')
+source=("https://github.com/Hamlib/Hamlib/releases/download/$pkgver/$pkgname-$pkgver.tar.gz"{,.asc})
+sha512sums=('4cf6c94d0238c8a13aed09413b3f4a027c8ded07f8840cdb2b9d38b39b6395a4a88a8105257015345f6de0658ab8c60292d11a9de3e16a493e153637af630a80'
+            'SKIP')
+validpgpkeys=(82D64F6B0E67CD41F689BBA6FB2C5130D55A8819)
+
+prepare() {
+  sed -i 's|usrp|uhd|g' $pkgname-$pkgver/configure.ac
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+  	--prefix=/usr \
+  	--sbindir=/usr/bin \
+  	--with-perl-binding \
+  	--with-python-binding \
+  	--with-tcl-binding \
+  	--with-lua-binding \
+  	--with-xml-support \
+  	--enable-uhd
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list