summaryrefslogtreecommitdiffstats
path: root/conky
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
committertnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
commit3f57a7f93b3e7550cbd73036f6a56654e17d1d5c (patch)
tree819b14ab0377fe2054fe59866669d904e9e0b4b5 /conky
parentc9972ec7f32bf9d37388e853fe9bf633e242d05a (diff)
downloadnutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.gz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.bz2
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.xz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.zip
split de git pakxe et NuTyX-extra
Diffstat (limited to 'conky')
-rw-r--r--conky/.footprint.i68613
-rw-r--r--conky/.footprint.x86_6413
-rw-r--r--conky/.md5sum.i6861
-rw-r--r--conky/.md5sum.x86_641
-rw-r--r--conky/Pkgfile24
5 files changed, 52 insertions, 0 deletions
diff --git a/conky/.footprint.i686 b/conky/.footprint.i686
new file mode 100644
index 000000000..57086b9bf
--- /dev/null
+++ b/conky/.footprint.i686
@@ -0,0 +1,13 @@
+drwxr-xr-x root/root etc/
+drwxr-xr-x root/root etc/conky/
+-rw-r--r-- root/root etc/conky/conky.conf
+-rw-r--r-- root/root etc/conky/conky_no_x11.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/lib/
+drwxr-xr-x root/root usr/lib/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/conky/.footprint.x86_64 b/conky/.footprint.x86_64
new file mode 100644
index 000000000..57086b9bf
--- /dev/null
+++ b/conky/.footprint.x86_64
@@ -0,0 +1,13 @@
+drwxr-xr-x root/root etc/
+drwxr-xr-x root/root etc/conky/
+-rw-r--r-- root/root etc/conky/conky.conf
+-rw-r--r-- root/root etc/conky/conky_no_x11.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/lib/
+drwxr-xr-x root/root usr/lib/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/conky/.md5sum.i686 b/conky/.md5sum.i686
new file mode 100644
index 000000000..94ec35459
--- /dev/null
+++ b/conky/.md5sum.i686
@@ -0,0 +1 @@
+9b330f7d001cbd9f818e485defc19029 conky-1.8.1.tar.gz
diff --git a/conky/.md5sum.x86_64 b/conky/.md5sum.x86_64
new file mode 100644
index 000000000..94ec35459
--- /dev/null
+++ b/conky/.md5sum.x86_64
@@ -0,0 +1 @@
+9b330f7d001cbd9f818e485defc19029 conky-1.8.1.tar.gz
diff --git a/conky/Pkgfile b/conky/Pkgfile
new file mode 100644
index 000000000..bdc5dfb14
--- /dev/null
+++ b/conky/Pkgfile
@@ -0,0 +1,24 @@
+# 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: lua, curl, imlib2, xorg-libxdamage, xorg-libxft
+# Run on: lua,curl
+
+name=conky
+version=1.8.1
+release=2
+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-imlib2 \
+ --enable-double-buffer
+ make
+ make DESTDIR=$PKG install
+}
+