summaryrefslogtreecommitdiffstats
path: root/xfce/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 /xfce/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 'xfce/xfce4-diskperf-plugin/Pkgfile')
-rw-r--r--xfce/xfce4-diskperf-plugin/Pkgfile22
1 files changed, 0 insertions, 22 deletions
diff --git a/xfce/xfce4-diskperf-plugin/Pkgfile b/xfce/xfce4-diskperf-plugin/Pkgfile
deleted file mode 100644
index 6a66389b9..000000000
--- a/xfce/xfce4-diskperf-plugin/Pkgfile
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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
-}