# $Id: Pkgfile,v 1.3 2005/03/21 8:43:11 nym Exp $ # Description: A LCD driver for outputting various information. # URL: https://ssl.bulix.org/projects/lcd4linux/ # Maintainer: Aaron Marks # Packager: Aaron Marks name=lcd4linux version=0.10.0-RC1 release=1 source=(http://dl.sourceforge.net/sourceforge/lcd4linux/lcd4linux-0.10.0-RC1.tar.gz) build() { cd $name-$version ./configure --prefix=/usr --sysconfdir=/usr/etc make make DESTDIR=$PKG install mkdir $PKG/etc cp lcd4linux.conf.sample $PKG/etc/ cp lcd4linux.conf.sample $PKG/etc/lcd4linux.conf chmod 600 $PKG/etc/lcd4linux.conf chown root.root $PKG/etc/lcd4linux.conf }