#Maintainer 1: Thorsten Muehlfelder <thenktor(at)gmx.de>
#Maintainer 2: Tomoki Tsuchiya <hydrangea_and_snail~at~hotmail~dot~com>

pkgname=lxinput
pkgver=0.3.0
pkgrel=2tt
arch=i486
source=(http://mesh.dl.sourceforge.net/sourceforge/lxde/$pkgname-$pkgver.tar.gz)
sourcetemplate=http://people.salixos.org/tsuren/packages/13.37/$pkgname/
docs=("readme" "install" "copying" "changelog" "authors" "news" "todo")
url=http://lxde.org

slackdesc=\
(
#|-----handy-ruler------------------------------------------------------|
"$pkgname (mouse and keyboard config for LXDE)"
"LXInput is a small program used to configure keyboard and" 
"mouse for LXDE."
)


build() {
	cd $startdir/src/$pkgname-$pkgver
	./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc
	make -j3 || return 1
	make install DESTDIR=$startdir/pkg
}