diff options
author | tyrry <tyrry33 at gmail dot com> | 2010-02-18 12:34:21 +0100 |
---|---|---|
committer | tyrry <tyrry33 at gmail dot com> | 2010-02-18 12:34:21 +0100 |
commit | 656b424f742fb229787194951cadc7748f161e1b (patch) | |
tree | 3dcf84817699d5a57af25b03197642a5363cfc31 /xfce/xfce4-systemload-plugin/Pkgfile | |
parent | b41d0b0ee60a26aceb7f2be7dd36b0ee03e4a5d1 (diff) | |
download | nutyx-extra-656b424f742fb229787194951cadc7748f161e1b.tar.gz nutyx-extra-656b424f742fb229787194951cadc7748f161e1b.tar.bz2 nutyx-extra-656b424f742fb229787194951cadc7748f161e1b.tar.xz nutyx-extra-656b424f742fb229787194951cadc7748f161e1b.zip |
Ajout xfce4-systemload-plugin#0.4.2-1
Diffstat (limited to 'xfce/xfce4-systemload-plugin/Pkgfile')
-rw-r--r-- | xfce/xfce4-systemload-plugin/Pkgfile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/xfce/xfce4-systemload-plugin/Pkgfile b/xfce/xfce4-systemload-plugin/Pkgfile new file mode 100644 index 000000000..3ea7c4df2 --- /dev/null +++ b/xfce/xfce4-systemload-plugin/Pkgfile @@ -0,0 +1,21 @@ +# Description: Moniteur system pour le panel +# URL: http://goodies.xfce.org/ +# Maintainer: NuTyX core team +# Packager: tyrry33 at gmail dot com +# Depends on: xfce4-panel + +name=xfce4-systemload-plugin +version=0.4.2 +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 +} |