New package: touchegg-1.1.1
This commit is contained in:
parent
ba6c024f1a
commit
ecbf5b98c1
|
@ -0,0 +1,21 @@
|
|||
# Template file for 'touchegg'
|
||||
pkgname=touchegg
|
||||
version=1.1.1
|
||||
revision=1
|
||||
makedepends="qt-devel libXtst-devel geis-devel"
|
||||
short_desc="a multitouch gesture recognizer"
|
||||
maintainer="Enno Boland <eb@s01.de>"
|
||||
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
|
||||
}
|
||||
|
Loading…
Reference in New Issue