[arch-commits] Commit in xfce4-diskperf-plugin/repos (3 files)

Evangelos Foutras foutrelis at archlinux.org
Sun Apr 29 02:54:18 UTC 2012


    Date: Saturday, April 28, 2012 @ 22:54:18
  Author: foutrelis
Revision: 157667

db-move: moved xfce4-diskperf-plugin from [staging] to [testing] (x86_64)

Added:
  xfce4-diskperf-plugin/repos/testing-x86_64/
  xfce4-diskperf-plugin/repos/testing-x86_64/PKGBUILD
    (from rev 157627, xfce4-diskperf-plugin/repos/staging-x86_64/PKGBUILD)
Deleted:
  xfce4-diskperf-plugin/repos/staging-x86_64/

----------+
 PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

Copied: xfce4-diskperf-plugin/repos/testing-x86_64/PKGBUILD (from rev 157627, xfce4-diskperf-plugin/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-04-29 02:54:18 UTC (rev 157667)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Aurelien Foret <orelien at 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"
+}




More information about the arch-commits mailing list