# Depends on: gtk3 intltool
description="Mouse and Keyboard config tools for lxde"
url="http://lxde.org/"
contributors="geantbrun, tnut"
packager="greg <greg@nutyx.org>"

name=lxde-input
alias=(lxinput)
_name=lxinput
version=0.3.5
release=1
 
source=(http://downloads.sourceforge.net/lxde/${_name}-$version.tar.xz)

build() {

  cd $SRC
  [ -d gtk3 ] || cp -r $_name-$version gtk3
  cd gtk3
  ./configure --prefix=/usr --enable-gtk3
  make
  
	}


package() {

  cd gtk3
  make DESTDIR=$PKG install
  
	}
