summaryrefslogtreecommitdiff
path: root/conky/Pkgfile
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2007-12-17 11:02:42 +0100
committerJuergen Daubert <jue@jue.li>2007-12-17 11:06:43 +0100
commitf91284a9d05635e23ef8c561792f0354449afcb5 (patch)
treef265165ae2031e73ab2b775270aa48f8fefddb3a /conky/Pkgfile
parent36f3a5439fd727f914a2b60bd77b47544e40df61 (diff)
downloadopt-f91284a9d05635e23ef8c561792f0354449afcb5.tar.gz
opt-f91284a9d05635e23ef8c561792f0354449afcb5.tar.xz
conky: update to 1.4.9, added glib to deps
Diffstat (limited to 'conky/Pkgfile')
-rw-r--r--conky/Pkgfile9
1 files changed, 4 insertions, 5 deletions
diff --git a/conky/Pkgfile b/conky/Pkgfile
index cb97ffa71..9f8ab453d 100644
--- a/conky/Pkgfile
+++ b/conky/Pkgfile
@@ -1,13 +1,13 @@
# Description: a light-weight system monitor
# URL: http://conky.sourceforge.net/
# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
-# Depends on: xorg-libxdamage, xorg-libxext, xorg-libxft
+# Depends on: glib, xorg-libxdamage, xorg-libxext, xorg-libxft
name=conky
-version=1.4.7
+version=1.4.9
release=1
source=(http://dl.sourceforge.net/sourceforge/conky/$name-$version.tar.bz2)
-
+
build() {
cd $name-$version
./configure --prefix=/usr \
@@ -18,6 +18,5 @@ build() {
--enable-portmon \
--enable-mpd
make
- make install DESTDIR=$PKG
- install -D doc/conkyrc.sample $PKG/usr/share/$name/conkyrc.sample
+ make DESTDIR=$PKG install
}

Generated by cgit