From c961ea712338fcb914e43a8ed7ee9a4fff4511c3 Mon Sep 17 00:00:00 2001 From: tnut Date: Thu, 3 May 2012 21:13:45 +0200 Subject: ajout xfce4-battery-plugin 1.0.0-1 (cherry picked from commit 4747d45762c41cf6809238f1306f062f7256889e) --- xfce4-battery-plugin/.md5sum.i686 | 1 + xfce4-battery-plugin/Pkgfile | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 xfce4-battery-plugin/.md5sum.i686 create mode 100755 xfce4-battery-plugin/Pkgfile (limited to 'xfce4-battery-plugin') diff --git a/xfce4-battery-plugin/.md5sum.i686 b/xfce4-battery-plugin/.md5sum.i686 new file mode 100644 index 000000000..e408dad9e --- /dev/null +++ b/xfce4-battery-plugin/.md5sum.i686 @@ -0,0 +1 @@ +2696307f34f6b9630fcaaea102004e78 xfce4-battery-plugin-1.0.0.tar.bz2 diff --git a/xfce4-battery-plugin/Pkgfile b/xfce4-battery-plugin/Pkgfile new file mode 100755 index 000000000..5290b0d92 --- /dev/null +++ b/xfce4-battery-plugin/Pkgfile @@ -0,0 +1,23 @@ +# Description: Moniteur de batterie pour Xfce +# URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-cpugraph-plugin +# Maintainer: git.xfce.org/panel-plugins/xfce4-battery-plugin +# Packager: tnut at nutyx dot com +# Depends on: xfce4-panel,libxfcegui4 +# Run on: xfce4-panel,libxfcegui4 + +name=xfce4-battery-plugin +version=1.0.0 +release=1 +source=(http://archive.xfce.org/src/panel-plugins/$name/1.0/$name-$version.tar.bz2) + +build() { +cd $name-$version + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --libexecdir=/usr/lib/xfce4 \ + --disable-static --disable-debug + make + make DESTDIR=$PKG install +} + -- cgit v1.2.3-54-g00ecf