summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: ec3e6d6f16331ca00377e731920c4635f9f072fb (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.2
pkgrel=2
pkgdesc="Parallel Memory Bandwidth Benchmark / Measurement"
arch=('i686' 'x86_64' 'armv7h' 'armv6h')
url="https://panthema.net/2013/${pkgname}/"
license=('GPL')
source=("https://panthema.net/2013/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
md5sums=('0a63f24a2168a9373a3d7679ce93c3e0')

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

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

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