diff options
Diffstat (limited to 'testing/xfce4-diskperf-plugin/PKGBUILD')
-rw-r--r-- | testing/xfce4-diskperf-plugin/PKGBUILD | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/testing/xfce4-diskperf-plugin/PKGBUILD b/testing/xfce4-diskperf-plugin/PKGBUILD deleted file mode 100644 index 93ee0ef12..000000000 --- a/testing/xfce4-diskperf-plugin/PKGBUILD +++ /dev/null @@ -1,34 +0,0 @@ -# $Id: PKGBUILD 157667 2012-04-29 02:54:18Z foutrelis $ -# Maintainer: AndyRTR <andyrtr@archlinux.org> -# Contributor: Aurelien Foret <orelien@chez.com> - -pkgname=xfce4-diskperf-plugin -pkgver=2.5.1 -pkgrel=2 -pkgdesc="Plugin for the Xfce4 panel displaying instant disk/partition performance" -arch=('i686' 'x86_64') -license=('BSD') -url="http://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin" -groups=('xfce4-goodies') -depends=('xfce4-panel') -makedepends=('intltool') -options=('!libtool') -source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2) -md5sums=('b6053881f3ddff90a0a0baa655c84b27') - -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 - install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING" -} |