[arch-commits] Commit in suscan/repos/community-x86_64 (PKGBUILD PKGBUILD)
Filipe Laíns
ffy00 at archlinux.org
Tue Jul 21 20:47:20 UTC 2020
Date: Tuesday, July 21, 2020 @ 20:47:20
Author: ffy00
Revision: 664780
archrelease: copy trunk to community-x86_64
Added:
suscan/repos/community-x86_64/PKGBUILD
(from rev 664779, suscan/trunk/PKGBUILD)
Deleted:
suscan/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-21 20:47:05 UTC (rev 664779)
+++ PKGBUILD 2020-07-21 20:47:20 UTC (rev 664780)
@@ -1,34 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
-
-pkgname=suscan
-pkgver=0.1.0
-pkgrel=1
-pkgdesc='Channel scanner based on sigutils library'
-arch=('x86_64')
-url='https://github.com/BatchDrake/suscan'
-license=('GPL3')
-depends=('sigutils' 'libsndfile' 'fftw' 'soapysdr' 'libxml2' 'libvolk')
-makedepends=('cmake')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('1ae42fb2ebe762b77040b4f2bee70b213e89ce9c348c7b4d589600d0bc764a402cf5bbf8488d8f69bdb4c03aea44cbf6384ad986dac217591caab563bdc09fc6')
-
-build() {
- mkdir $pkgname-$pkgver/build
- cd $pkgname-$pkgver/build
-
- export CFLAGS+=" ${CPPFLAGS}"
- export CXXFLAGS+=" ${CPPFLAGS}"
-
- cmake .. \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=None
-
- make
-}
-
-package() {
- cd $pkgname-$pkgver/build
-
- make DESTDIR="$pkgdir" install
-}
-
Copied: suscan/repos/community-x86_64/PKGBUILD (from rev 664779, suscan/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-07-21 20:47:20 UTC (rev 664780)
@@ -0,0 +1,34 @@
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+
+pkgname=suscan
+pkgver=0.1.0
+pkgrel=2
+pkgdesc='Channel scanner based on sigutils library'
+arch=('x86_64')
+url='https://github.com/BatchDrake/suscan'
+license=('GPL3')
+depends=('sigutils' 'libsndfile' 'fftw' 'soapysdr' 'libxml2' 'libvolk')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('1ae42fb2ebe762b77040b4f2bee70b213e89ce9c348c7b4d589600d0bc764a402cf5bbf8488d8f69bdb4c03aea44cbf6384ad986dac217591caab563bdc09fc6')
+
+build() {
+ mkdir $pkgname-$pkgver/build
+ cd $pkgname-$pkgver/build
+
+ export CFLAGS+=" ${CPPFLAGS}"
+ export CXXFLAGS+=" ${CPPFLAGS}"
+
+ cmake .. \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=None
+
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver/build
+
+ make DESTDIR="$pkgdir" install
+}
+
More information about the arch-commits
mailing list