From ded388f24da6b0a286a7dd490401213cf4e5f7bc Mon Sep 17 00:00:00 2001 From: Thierry N Date: Fri, 21 Aug 2009 23:01:36 +0200 Subject: Ajout de xfce4-cpugraph-plugin#0.4.0-4 --- xfce/xfce4-cpugraph-plugin/.footprint | 14 ++++++++++++++ xfce/xfce4-cpugraph-plugin/.md5sum | 1 + xfce/xfce4-cpugraph-plugin/Pkgfile | 22 ++++++++++++++++++++++ 3 files changed, 37 insertions(+) create mode 100644 xfce/xfce4-cpugraph-plugin/.footprint create mode 100644 xfce/xfce4-cpugraph-plugin/.md5sum create mode 100755 xfce/xfce4-cpugraph-plugin/Pkgfile (limited to 'xfce') diff --git a/xfce/xfce4-cpugraph-plugin/.footprint b/xfce/xfce4-cpugraph-plugin/.footprint new file mode 100644 index 000000000..84436ff39 --- /dev/null +++ b/xfce/xfce4-cpugraph-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-cpugraph-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-cpugraph-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/cpugraph.desktop diff --git a/xfce/xfce4-cpugraph-plugin/.md5sum b/xfce/xfce4-cpugraph-plugin/.md5sum new file mode 100644 index 000000000..b3cc59143 --- /dev/null +++ b/xfce/xfce4-cpugraph-plugin/.md5sum @@ -0,0 +1 @@ +246697fc1e1ec5009aea34d4ef1dca95 xfce4-cpugraph-plugin-0.4.0.tar.gz diff --git a/xfce/xfce4-cpugraph-plugin/Pkgfile b/xfce/xfce4-cpugraph-plugin/Pkgfile new file mode 100755 index 000000000..9e212a70a --- /dev/null +++ b/xfce/xfce4-cpugraph-plugin/Pkgfile @@ -0,0 +1,22 @@ +# Description: Moniteur dearge CPU pour Xfce +# URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-cpugraph-plugin +# Maintainer: NuTyX core team +# Packager: fred.galusik at gmail dot com +# Depends on: xfce4-panel + +name=xfce4-cpugraph-plugin +version=0.4.0 +release=4 +source=(http://goodies.xfce.org/releases/$name/$name-$version.tar.gz) + +build() { +cd $name-$version + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --libexecdir=/usr/lib/xfce4 \ + --disable-static + make + make DESTDIR=$PKG install +} + -- cgit v1.2.3-70-g09d2