# Maintainer: Joan Bruguera Micó pkgname='tracking' pkgdesc='Analyze how the behavior of a parallel application evolves through different scenarios (from BSC).' pkgver='2.7.0.20230719' 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=('ecc20c945c2440e4312db1eff5aec83d85e33e5f55114eb3f7d7cc88268c846ae83bd1ae7a4d9c4f5926814d8b4e8f5a708571fd6b12d3b65e68296beddb803d') 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 }