From 8d713994b1850288ae0896a8a9cc5c84ad82b251 Mon Sep 17 00:00:00 2001 From: tyrry Date: Sat, 20 Feb 2010 07:40:27 +0100 Subject: Ajout xfce4-diskperf-plugin#2.2.0 --- xfce/xfce4-diskperf-plugin/.footprint | 14 ++++++++++++++ xfce/xfce4-diskperf-plugin/.md5sum | 1 + xfce/xfce4-diskperf-plugin/Pkgfile | 21 +++++++++++++++++++++ 3 files changed, 36 insertions(+) create mode 100644 xfce/xfce4-diskperf-plugin/.footprint create mode 100644 xfce/xfce4-diskperf-plugin/.md5sum create mode 100644 xfce/xfce4-diskperf-plugin/Pkgfile (limited to 'xfce/xfce4-diskperf-plugin') diff --git a/xfce/xfce4-diskperf-plugin/.footprint b/xfce/xfce4-diskperf-plugin/.footprint new file mode 100644 index 000000000..0bf0a8add --- /dev/null +++ b/xfce/xfce4-diskperf-plugin/.footprint @@ -0,0 +1,14 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/xfce4/ +drwxr-xr-x root/root usr/lib/xfce4/xfce4/ +drwxr-xr-x root/root usr/lib/xfce4/xfce4/panel-plugins/ +-rwxr-xr-x root/root usr/lib/xfce4/xfce4/panel-plugins/xfce4-diskperf-plugin +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/locale/ +drwxr-xr-x root/root usr/share/locale/fr/ +drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/ +-rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/xfce4-diskperf-plugin.mo +drwxr-xr-x root/root usr/share/xfce4/ +drwxr-xr-x root/root usr/share/xfce4/panel-plugins/ +-rw-r--r-- root/root usr/share/xfce4/panel-plugins/diskperf.desktop diff --git a/xfce/xfce4-diskperf-plugin/.md5sum b/xfce/xfce4-diskperf-plugin/.md5sum new file mode 100644 index 000000000..7d8e0dee0 --- /dev/null +++ b/xfce/xfce4-diskperf-plugin/.md5sum @@ -0,0 +1 @@ +e970158fcac5b58bdc1539bc84d7b5ec xfce4-diskperf-plugin-2.2.0.tar.bz2 diff --git a/xfce/xfce4-diskperf-plugin/Pkgfile b/xfce/xfce4-diskperf-plugin/Pkgfile new file mode 100644 index 000000000..4413540be --- /dev/null +++ b/xfce/xfce4-diskperf-plugin/Pkgfile @@ -0,0 +1,21 @@ +# 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 + +name=xfce4-diskperf-plugin +version=2.2.0 +release=1 +source=(http://goodies.xfce.org/releases/$name/$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