description='Keyboard shortcuts configurator'
url="http://lxde.org/"

packager="Tnut <tnut@nutyx.org>"
contributors="Fabienwang"

makedepends=(gtk3 libfm libunistring)
set=(lxde)

name=lxhotkey
version=0.1.1
release=3

source=(https://downloads.sourceforge.net/lxde/${name}-$version.tar.xz)

prepare() {
cd $name-$version
./autogen.sh
}
build() {

cd $name-$version
./configure --sysconfdir=/etc --prefix=/usr --with-gtk=3  
make
make DESTDIR=$PKG install
}
