diff options
Diffstat (limited to 'xfce/xfce4-cpugraph-plugin/Pkgfile')
-rwxr-xr-x | xfce/xfce4-cpugraph-plugin/Pkgfile | 22 |
1 files changed, 22 insertions, 0 deletions
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 +} + |