opt/conky/Pkgfile

23 lines
639 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
# Depends on: glib, xorg-libxdamage, xorg-libxext, xorg-libxft
2006-02-23 16:26:10 +01:00
name=conky
2008-04-02 09:12:38 +02:00
version=1.5.1
2006-02-23 16:26:10 +01:00
release=1
2008-04-02 09:12:38 +02:00
source=(http://dl.sourceforge.net/sourceforge/conky/$name-$version.tar.bz2)
2006-02-23 16:26:10 +01:00
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 DESTDIR=$PKG install
2006-02-23 16:26:10 +01:00
}