diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-09 14:38:19 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-09 14:38:19 +0200 |
commit | 711b378afc3c3a32603b5d45f6efac78f5953a36 (patch) | |
tree | 2dea5ef51698ccdbe79e038ce5ba7cf0296480fb | |
parent | ff8fd8e47130c33bbaef51615de48e6fe2e4363f (diff) | |
download | nutyx-pakxe-711b378afc3c3a32603b5d45f6efac78f5953a36.tar.gz nutyx-pakxe-711b378afc3c3a32603b5d45f6efac78f5953a36.tar.bz2 nutyx-pakxe-711b378afc3c3a32603b5d45f6efac78f5953a36.tar.xz nutyx-pakxe-711b378afc3c3a32603b5d45f6efac78f5953a36.zip |
Ajout de conky#1.7.0-1
-rw-r--r-- | extra/conky/.footprint | 10 | ||||
-rw-r--r-- | extra/conky/.md5sum | 1 | ||||
-rw-r--r-- | extra/conky/Pkgfile | 21 |
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 +} |