summaryrefslogtreecommitdiffstats
path: root/xfce4-battery-plugin
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot org>2012-05-03 21:13:45 +0200
committerpiernov <piernov@piernov.org>2012-05-13 19:16:02 +0200
commitc961ea712338fcb914e43a8ed7ee9a4fff4511c3 (patch)
tree9b266e128e7944bc498ac54395287262331162ca /xfce4-battery-plugin
parentf0f16a83d0623f3ae16ae3f8f956fb4a0928faae (diff)
downloadnutyx-extra-c961ea712338fcb914e43a8ed7ee9a4fff4511c3.tar.gz
nutyx-extra-c961ea712338fcb914e43a8ed7ee9a4fff4511c3.tar.bz2
nutyx-extra-c961ea712338fcb914e43a8ed7ee9a4fff4511c3.tar.xz
nutyx-extra-c961ea712338fcb914e43a8ed7ee9a4fff4511c3.zip
ajout xfce4-battery-plugin 1.0.0-1
(cherry picked from commit 4747d45762c41cf6809238f1306f062f7256889e)
Diffstat (limited to 'xfce4-battery-plugin')
-rw-r--r--xfce4-battery-plugin/.md5sum.i6861
-rwxr-xr-xxfce4-battery-plugin/Pkgfile23
2 files changed, 24 insertions, 0 deletions
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
+}
+