touchegg: change to build_style=qmake

This commit is contained in:
Andrea Brancaleoni 2015-08-23 18:03:29 +02:00
parent 15da72cf6b
commit d44d40322d

View file

@ -1,7 +1,8 @@
# Template file for 'touchegg'
pkgname=touchegg
version=1.1.1
revision=1
revision=2
build_style=qmake
makedepends="qt-devel libXtst-devel geis-devel"
short_desc="a multitouch gesture recognizer"
maintainer="Enno Boland <gottox@voidlinux.eu>"
@ -9,13 +10,3 @@ homepage="https://code.google.com/p/touchegg/"
license="GPL-2"
distfiles="http://touchegg.googlecode.com/files/${pkgname}-${version}.tar.gz"
checksum=95734815c7219d9a71282f3144b3526f2542b4fa270a8e69d644722d024b4038
do_build() {
qmake
make ${makejobs}
}
do_install() {
make INSTALL_ROOT=${DESTDIR} install
}