summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Bruguera2019-03-22 17:32:11 +0100
committerJoan Bruguera2019-03-22 17:32:11 +0100
commitaacf4fb9f275d84c5a327bc298e8f57e927b160b (patch)
treeb59e3996b2d451ebabdc8c68e9361af1359b288d
parent9c96f08550c2afa40db4d2896a2d41fd33c0db65 (diff)
downloadaur-aacf4fb9f275d84c5a327bc298e8f57e927b160b.tar.gz
Lint and uniformize BSC package files.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD10
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 87eb54c18631..f5e14c5f6577 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = folding
pkgdesc = Combined instrumentation and sampling for instantaneous metric evolution with low overhead (from BSC).
pkgver = 1.3.2
- pkgrel = 2
+ pkgrel = 3
url = https://www.bsc.es/discover-bsc/organisation/scientific-structure/performance-tools
arch = i686
arch = x86_64
@@ -9,6 +9,8 @@ pkgbase = folding
depends = boost
depends = qt5-base
depends = libbsctools
+ depends = r
+ depends = clang
source = https://ftp.tools.bsc.es/folding/folding-1.3.2-src.tar.bz2
sha512sums = df54700a1eee506f7b7b8d08f74805d576d1455fe3e31de368d0a98bd3bc7114eef4c32d73462ac9cab2f5a9f273c27cc8538e9cfbf9b044c8ef66d3881a7f3d
diff --git a/PKGBUILD b/PKGBUILD
index be1cc34975bb..7c859a3b5843 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,21 +2,19 @@
pkgname='folding'
pkgdesc='Combined instrumentation and sampling for instantaneous metric evolution with low overhead (from BSC).'
pkgver='1.3.2'
-pkgrel='2'
+pkgrel='3'
arch=('i686' 'x86_64')
url='https://www.bsc.es/discover-bsc/organisation/scientific-structure/performance-tools'
license=('GPLv3')
-depends=(boost qt5-base libbsctools)
+depends=(boost qt5-base libbsctools r clang)
source=("https://ftp.tools.bsc.es/$pkgname/$pkgname-$pkgver-src.tar.bz2")
sha512sums=(df54700a1eee506f7b7b8d08f74805d576d1455fe3e31de368d0a98bd3bc7114eef4c32d73462ac9cab2f5a9f273c27cc8538e9cfbf9b044c8ef66d3881a7f3d)
-prepare() {
- cd "$srcdir/$pkgname-$pkgver"
-}
-
build() {
cd "$srcdir/$pkgname-$pkgver"
+ # NOTE: The following optional features are NOT enabled:
+ # * LaTeX documentation
./configure \
--prefix=/usr \
--with-libbsctools=/usr