aboutsummaryrefslogtreecommitdiffstats
path: root/testing/xfce4-genmon-plugin/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/xfce4-genmon-plugin/APKBUILD')
-rw-r--r--testing/xfce4-genmon-plugin/APKBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/testing/xfce4-genmon-plugin/APKBUILD b/testing/xfce4-genmon-plugin/APKBUILD
deleted file mode 100644
index 6ebbfc02b68..00000000000
--- a/testing/xfce4-genmon-plugin/APKBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# Maintainer: Robert Hencke <robert.hencke@gmail.com>
-pkgname=xfce4-genmon-plugin
-pkgver=4.0.2
-pkgrel=0
-pkgdesc="A generic, script-driven monitoring plugin for the Xfce panel"
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-genmon-plugin"
-arch="all"
-license="LGPL-2.1-or-later"
-makedepends="xfce4-panel-dev libxfce4ui-dev"
-options="!check" # no tests
-subpackages="$pkgname-lang"
-source="http://archive.xfce.org/src/panel-plugins/xfce4-genmon-plugin/${pkgver%.*}/xfce4-genmon-plugin-$pkgver.tar.bz2"
-
-build() {
- ./configure \
- --prefix=/usr \
- --sysconfdir=/etc \
- --libexecdir=/usr/lib \
- --localstatedir=/var \
- --disable-static
- make
-}
-
-package() {
- make DESTDIR="$pkgdir" install
-}
-
-sha512sums="78a9cd95a83d6ffcb512647f1c674589bf80e4ef24a3431be96fd7506c7642e42c796f7316e034083fe794ab79521d856083b12a186276a1dfe4f14dbe97149e xfce4-genmon-plugin-4.0.2.tar.bz2"