summaryrefslogtreecommitdiffstats
path: root/xfce/xfce4-systemload-plugin/Pkgfile
diff options
context:
space:
mode:
authortyrry <tyrry33 at gmail dot com>2010-02-18 12:34:21 +0100
committertyrry <tyrry33 at gmail dot com>2010-02-18 12:34:21 +0100
commit656b424f742fb229787194951cadc7748f161e1b (patch)
tree3dcf84817699d5a57af25b03197642a5363cfc31 /xfce/xfce4-systemload-plugin/Pkgfile
parentb41d0b0ee60a26aceb7f2be7dd36b0ee03e4a5d1 (diff)
downloadnutyx-pakxe-656b424f742fb229787194951cadc7748f161e1b.tar.gz
nutyx-pakxe-656b424f742fb229787194951cadc7748f161e1b.tar.bz2
nutyx-pakxe-656b424f742fb229787194951cadc7748f161e1b.tar.xz
nutyx-pakxe-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/Pkgfile21
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
+}