# Maintainer: Joan Bruguera Micó pkgname='tracking' pkgdesc='Analyze how the behavior of a parallel application evolves through different scenarios (from BSC).' pkgver='2.6.15.20221116' pkgrel='1' arch=('x86_64') url='https://www.bsc.es/discover-bsc/organisation/scientific-structure/performance-tools' license=('GPL2') depends=(wxparaver clusteringsuite python-pillow python-wxpython python-matplotlib) source=("https://ftp.tools.bsc.es/$pkgname/$pkgname-${pkgver%.*}-src.tar.bz2") sha512sums=(4fc661cfbee77bb4a2fc3d1e3566ad5cd5f7a8f51eafab8f6bafd90843f01f252003532dac00baec19731cbb56c767ec26fb875e586e0de2f1b916f146e992ef) build() { cd "$srcdir/$pkgname-${pkgver%.*}" ./configure \ --prefix=/usr \ --with-paraver=/usr make } package() { cd "$srcdir/$pkgname-${pkgver%.*}" # WORKAROUND: Specifying the install directory using DESTDIR does not work make prefix="$pkgdir/usr/" install }