# Maintainer: Evangelos Foutras # Contributor: AndyRTR # Contributor: Tobias Kieslich pkgname=xfce4-genmon-plugin pkgver=4.2.0 pkgrel=1 pkgdesc="plugin that monitors customizable programs stdout for the Xfce4 panel" arch=('x86_64') license=('LGPL2.1') url="https://docs.xfce.org/panel-plugins/xfce4-genmon-plugin" groups=('xfce4-goodies') depends=('xfce4-panel' 'hicolor-icon-theme') makedepends=('intltool') source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2) sha256sums=('948d08ee5f2140847f109b531bc1d4cc6268496913ea7600d3c5ad89025a0362') build() { cd $pkgname-$pkgver ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --disable-debug make } package() { cd $pkgname-$pkgver make DESTDIR="$pkgdir" install } # vim:set ts=2 sw=2 et: