summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 8da527f62d5ee0c7753b70b0b9059fd1349d3769 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Maintainer: Thomas Wucher <arch (at) thomaswucher (dot) de>
pkgname=pmbw
pkgver=0.6.3
pkgrel=1
pkgdesc="Parallel Memory Bandwidth Benchmark / Measurement"
arch=('i686' 'x86_64' 'armv7h' 'armv6h')
url="https://panthema.net/2013/${pkgname}/"
license=('GPL')
source=("https://github.com/bingmann/${pkgname}/archive/refs/tags/${pkgname}-${pkgver}.tar.gz")
md5sums=('25a7465ec6327f5beff49586397e5014')

build() {
  cd "${pkgname}-${pkgname}-${pkgver}"
  ./configure --prefix=/usr
  make
}

package() {
  cd "${pkgname}-${pkgname}-${pkgver}"

  make DESTDIR="${pkgdir}/" install
}