#Packager: Didier Spaier pkgname=lxhotkey pkgver=0.1.0 pkgrel=1slint source=("${pkgname}-${pkgver}.tar.xz") docs=("Copying") slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "lxhotkey (A lightweight global keyboard shortcuts configurator)" "lxhotkey is an universal application for the Lightweight X11 Desktop" "Environment (LXDE) which allows toview and change global keyboard" "shortcuts for actions, including ones to start applications." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --localstatedir=/var \ --sysconfdir=/etc \ --build=$arch-slackware-linux make -j $numjobs || return 1 make install DESTDIR=$startdir/pkg }