opt/conky/Pkgfile

24 lines
711 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: a light-weight system monitor
# URL: http://conky.sourceforge.net/
2007-01-23 17:04:25 +01:00
# Maintainer: J<>rgen Daubert, juergen dot daubert at t-online dot de
2007-03-25 10:20:05 +02:00
# Depends on: xorg-libxdamage, xorg-libxext, xorg-libxft
2006-02-23 16:26:10 +01:00
name=conky
2007-01-23 16:36:18 +01:00
version=1.4.5
2006-02-23 16:26:10 +01:00
release=1
source=(http://dl.sourceforge.net/sourceforge/conky/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr \
2006-11-15 08:36:11 +01:00
--mandir=/usr/man \
2006-02-23 16:26:10 +01:00
--disable-nls \
--enable-xft \
--enable-seti \
--enable-portmon \
2006-04-03 12:21:33 +02:00
--enable-mpd
2006-02-23 16:26:10 +01:00
make
make install DESTDIR=$PKG
install -D doc/conkyrc.sample $PKG/usr/share/$name/conkyrc.sample
}