From 3f57a7f93b3e7550cbd73036f6a56654e17d1d5c Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 8 Jan 2012 12:15:45 +0100 Subject: split de git pakxe et NuTyX-extra --- xfce4-diskperf-plugin/Pkgfile | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 xfce4-diskperf-plugin/Pkgfile (limited to 'xfce4-diskperf-plugin/Pkgfile') diff --git a/xfce4-diskperf-plugin/Pkgfile b/xfce4-diskperf-plugin/Pkgfile new file mode 100644 index 000000000..eb36551f9 --- /dev/null +++ b/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,libxfcegui4 +# Run on: xfce4-panel,libxfcegui4 + +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 +} -- cgit v1.2.3-54-g00ecf