summaryrefslogtreecommitdiffstats
path: root/extra/conky
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-09 14:38:19 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-09 14:38:19 +0200
commit711b378afc3c3a32603b5d45f6efac78f5953a36 (patch)
tree2dea5ef51698ccdbe79e038ce5ba7cf0296480fb /extra/conky
parentff8fd8e47130c33bbaef51615de48e6fe2e4363f (diff)
downloadnutyx-extra-711b378afc3c3a32603b5d45f6efac78f5953a36.tar.gz
nutyx-extra-711b378afc3c3a32603b5d45f6efac78f5953a36.tar.bz2
nutyx-extra-711b378afc3c3a32603b5d45f6efac78f5953a36.tar.xz
nutyx-extra-711b378afc3c3a32603b5d45f6efac78f5953a36.zip
Ajout de conky#1.7.0-1
Diffstat (limited to 'extra/conky')
-rw-r--r--extra/conky/.footprint10
-rw-r--r--extra/conky/.md5sum1
-rw-r--r--extra/conky/Pkgfile21
3 files changed, 32 insertions, 0 deletions
diff --git a/extra/conky/.footprint b/extra/conky/.footprint
new file mode 100644
index 000000000..798f4f4bd
--- /dev/null
+++ b/extra/conky/.footprint
@@ -0,0 +1,10 @@
+drwxr-xr-x root/root etc/
+drwxr-xr-x root/root etc/conky/
+-rw-r--r-- root/root etc/conky/conky.conf
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/conky
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/conky.1.gz
diff --git a/extra/conky/.md5sum b/extra/conky/.md5sum
new file mode 100644
index 000000000..0275c73f9
--- /dev/null
+++ b/extra/conky/.md5sum
@@ -0,0 +1 @@
+44d7d41ae556fb8c19e61e9506c96a60 conky-1.7.0.tar.gz
diff --git a/extra/conky/Pkgfile b/extra/conky/Pkgfile
new file mode 100644
index 000000000..dcc511bdf
--- /dev/null
+++ b/extra/conky/Pkgfile
@@ -0,0 +1,21 @@
+# Description: Permet la supervision du system d'exploitation de facon tres avancee
+# URL: http://conky.sourceforge.net
+# Maintainer: NuTyX core team
+# Packager: geantbrun at gmail dot com
+# Depends on: curl, glib
+
+name=conky
+version=1.7.0
+release=1
+source=(http://freefr.dl.sourceforge.net/sourceforge/conky/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --enable-xft \
+ --enable-mpd \
+ --sysconfdir=/etc \
+ --enable-double-buffer
+ make
+ make DESTDIR=$PKG install
+}