File PKGBUILD of Package radeontop

# Maintainer: Antoine Lubineau <antoine@lubignon.info>

pkgname=radeontop
pkgver=0.6
pkgrel=1
pkgdesc="Radeon cards monitoring utility"
arch=('i686' 'x86_64')
url="https://github.com/clbr/radeontop"
license=('GPL3')
depends=('ncurses' 'xf86-video-ati')
source=("radeontop.tar.bz2")
sha256sums=('SKIP')

build() {
  cd "$srcdir/$pkgname"
  make
}

package() {
  cd "$srcdir/$pkgname"
  make DESTDIR="$pkgdir/" install
}

# vim:set ts=2 sw=2 et:
openSUSE Build Service is sponsored by