# Contributor: Natanael Copa # Maintainer: Natanael Copa pkgname=xfce4-cpugraph-plugin pkgver=1.1.0 pkgrel=0 pkgdesc="CPU monitor for the Xfce panel" url="http://goodies.xfce.org/projects/panel-plugins/xfce4-cpugraph-plugin" arch="all" license="GPL-2.0-or-later" makedepends="libxfce4ui-dev xfce4-panel-dev" subpackages="$pkgname-lang" source="https://archive.xfce.org/src/panel-plugins/xfce4-cpugraph-plugin/${pkgver%.*}/xfce4-cpugraph-plugin-$pkgver.tar.bz2" build() { ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ --infodir=/usr/share/info \ --localstatedir=/var make } package() { make -j1 DESTDIR="$pkgdir" install } sha512sums="c928baac776517da8929b8ce3842be7e02a2b3394b7cc848028d1720ca611e1aa4ef706bd00736fecfed0b3b2d0cce94c09b0f905a226db5e50c036dabb8df2a xfce4-cpugraph-plugin-1.1.0.tar.bz2"