# Description: LCDproc - Displays real-time system information on a LCD # URL: http://lcdproc.omnipotent.net/ # Maintainer: Andreas Baumann # Packager: Andreas Baumann # Depends on: name=lcdproc version=0.5.2 release=1 source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz LCDd) build() { cd $name-$version ./configure \ --prefix=/usr \ --sysconfdir=/etc/lcdproc \ --enable-drivers=all make make install DESTDIR=$PKG install -D -m0755 $SRC/LCDd $PKG/etc/rc.d/LCDd rm -rf $PKG/dev }