summaryrefslogtreecommitdiff
path: root/testing/xfce4-fsguard-plugin/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/xfce4-fsguard-plugin/PKGBUILD')
-rw-r--r--testing/xfce4-fsguard-plugin/PKGBUILD34
1 files changed, 0 insertions, 34 deletions
diff --git a/testing/xfce4-fsguard-plugin/PKGBUILD b/testing/xfce4-fsguard-plugin/PKGBUILD
deleted file mode 100644
index f7f62c2a7..000000000
--- a/testing/xfce4-fsguard-plugin/PKGBUILD
+++ /dev/null
@@ -1,34 +0,0 @@
-# $Id: PKGBUILD 157671 2012-04-29 02:54:24Z foutrelis $
-# Maintainer: AndyRTR <andyrtr@archlinux.org>
-# Contributor: Ben <ben@benmazer.net>
-
-pkgname=xfce4-fsguard-plugin
-pkgver=1.0.0
-pkgrel=3
-pkgdesc="File system usage monitor plugin for the Xfce4 panel"
-arch=(i686 x86_64)
-license=('GPL2')
-url="http://xfce-goodies.berlios.de/"
-groups=('xfce4-goodies')
-depends=('xfce4-panel>=4.7.4' 'hicolor-icon-theme' 'libxfcegui4')
-makedepends=('intltool')
-options=(!libtool)
-install=${pkgname}.install
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/1.0/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('8378f922b59a0d5a378af5e45a18c4a3')
-
-build() {
- cd ${srcdir}/${pkgname}-${pkgver}
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --libexecdir=/usr/lib \
- --localstatedir=/var \
- --disable-static \
- --disable-debug
- make
-}
-
-package() {
- cd ${srcdir}/${pkgname}-${pkgver}
- make DESTDIR=${pkgdir} install
-}