summaryrefslogtreecommitdiffstats
path: root/extra/xfce4-diskperf-plugin/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 17:38:08 +0200
committertnut <tnut at nutyx dot com>2011-10-15 17:38:08 +0200
commit96b0b2c2433e4cad08e0d939f3042b3878b066be (patch)
treea8c83a1f541269f3062ec0d55fdfb3a71b82fbdd /extra/xfce4-diskperf-plugin/Pkgfile
parentb5f5562733912ba8632c1f9aedc58fda6844021d (diff)
downloadnutyx-extra-96b0b2c2433e4cad08e0d939f3042b3878b066be.tar.gz
nutyx-extra-96b0b2c2433e4cad08e0d939f3042b3878b066be.tar.bz2
nutyx-extra-96b0b2c2433e4cad08e0d939f3042b3878b066be.tar.xz
nutyx-extra-96b0b2c2433e4cad08e0d939f3042b3878b066be.zip
xfce4-diskperf-plugin dans extra
Diffstat (limited to 'extra/xfce4-diskperf-plugin/Pkgfile')
-rw-r--r--extra/xfce4-diskperf-plugin/Pkgfile22
1 files changed, 22 insertions, 0 deletions
diff --git a/extra/xfce4-diskperf-plugin/Pkgfile b/extra/xfce4-diskperf-plugin/Pkgfile
new file mode 100644
index 000000000..6a66389b9
--- /dev/null
+++ b/extra/xfce4-diskperf-plugin/Pkgfile
@@ -0,0 +1,22 @@
+# Description: Moniteur DD pour le panel
+# URL: http://goodies.xfce.org/
+# Maintainer: NuTyX core team
+# Packager: tyrry33 at gmail dot com
+# Depends on: xfce4-panel
+# Run on: xfce4-panel
+
+name=xfce4-diskperf-plugin
+version=2.3.0
+release=1
+source=(http://archive.xfce.org/src/panel-plugins/$name/2.3/$name-$version.tar.bz2)
+
+build() {
+cd $name-$version
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --libexecdir=/usr/lib/xfce4 \
+ --localstatedir=/var \
+ --disable-static
+ make
+ make DESTDIR=$PKG install
+}