summaryrefslogtreecommitdiff
path: root/conky
diff options
context:
space:
mode:
authorJohannes Winkelmann <jw@smts.ch>2006-02-23 15:26:10 +0000
committerJohannes Winkelmann <jw@smts.ch>2006-02-23 15:26:10 +0000
commitbdea7e6c6a535e57a07d376a3139d0788efaaa41 (patch)
tree1a7334c99fa39b1ad1a7a35c113b18cb0d92413c /conky
downloadopt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.gz
opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.xz
create branch for 2.2
Diffstat (limited to 'conky')
-rw-r--r--conky/.footprint9
-rw-r--r--conky/.md5sum1
-rw-r--r--conky/Pkgfile24
3 files changed, 34 insertions, 0 deletions
diff --git a/conky/.footprint b/conky/.footprint
new file mode 100644
index 000000000..69991d0b6
--- /dev/null
+++ b/conky/.footprint
@@ -0,0 +1,9 @@
+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/man/
+drwxr-xr-x root/root usr/man/man1/
+-rw-r--r-- root/root usr/man/man1/conky.1.gz
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/conky/
+-rwxr-xr-x root/root usr/share/conky/conkyrc.sample
diff --git a/conky/.md5sum b/conky/.md5sum
new file mode 100644
index 000000000..3c7a9d8f3
--- /dev/null
+++ b/conky/.md5sum
@@ -0,0 +1 @@
+532e7b8a0d4be31eb8cd29c5dbf92eb5 conky-1.4.0.tar.bz2
diff --git a/conky/Pkgfile b/conky/Pkgfile
new file mode 100644
index 000000000..228efda7d
--- /dev/null
+++ b/conky/Pkgfile
@@ -0,0 +1,24 @@
+# Description: a light-weight system monitor
+# URL: http://conky.sourceforge.net/
+# Maintainer: Johannes Winkelmann, jw at tks6 dot net
+# Packager: Johannes Winkelmann, jw at tks6 dot net
+# Depends on: x11
+
+name=conky
+version=1.4.0
+release=1
+source=(http://dl.sourceforge.net/sourceforge/conky/$name-$version.tar.bz2)
+
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --disable-nls \
+ --enable-xft \
+ --enable-seti \
+ --enable-portmon \
+ --enable-mpd
+ make
+ make install DESTDIR=$PKG
+ install -D doc/conkyrc.sample $PKG/usr/share/$name/conkyrc.sample
+}

Generated by cgit