1 # Maintainer: Evangelos Foutras <evangelos@foutrelis.com>
2 # Contributor: Aurelien Foret <orelien@chez.com>
4 pkgname=xfce4-diskperf-plugin
7 pkgdesc="Plugin for the Xfce4 panel displaying instant disk/partition performance"
10 url="https://docs.xfce.org/panel-plugins/xfce4-diskperf-plugin"
11 groups=('xfce4-goodies')
12 depends=('xfce4-panel')
13 makedepends=('intltool')
14 source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
15 sha256sums=('73b1ea2deb2403287337e8521d21345fb2f88445f9030732fa28f1bfa5d51c59')
18 cd "$srcdir/$pkgname-$pkgver"
23 --libexecdir=/usr/lib \
24 --localstatedir=/var \
31 cd "$srcdir/$pkgname-$pkgver"
32 make DESTDIR="$pkgdir" install
33 install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
36 # vim:set ts=2 sw=2 et: