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

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


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

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

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

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

Copied: xfce4-genmon-plugin/repos/testing-x86_64/PKGBUILD (from rev 157627, xfce4-genmon-plugin/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-04-29 02:54:28 UTC (rev 157673)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
+
+pkgname=xfce4-genmon-plugin
+pkgver=3.3.1
+pkgrel=2
+pkgdesc="plugin that monitors customizable programs stdout for the Xfce4 panel"
+arch=(i686 x86_64)
+license=('LGPL2.1')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-genmon-plugin"
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libxfcegui4')
+makedepends=('intltool')
+options=('!libtool')
+source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/3.3/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('e0022e15d4211a87c17d9f252b68e1d3')
+
+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
+}




More information about the arch-commits mailing list