22 lines
		
	
	
		
			516 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			516 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# 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
 | 
						|
}
 | 
						|
 |