From 711b378afc3c3a32603b5d45f6efac78f5953a36 Mon Sep 17 00:00:00 2001 From: Thierry N Date: Sun, 9 Aug 2009 14:38:19 +0200 Subject: Ajout de conky#1.7.0-1 --- extra/conky/.footprint | 10 ++++++++++ extra/conky/.md5sum | 1 + extra/conky/Pkgfile | 21 +++++++++++++++++++++ 3 files changed, 32 insertions(+) create mode 100644 extra/conky/.footprint create mode 100644 extra/conky/.md5sum create mode 100644 extra/conky/Pkgfile 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 +} -- cgit v1.2.3-70-g09d2