1 # Maintainer: wakwanza <hecate9@<google>.com>
5 pkgdesc="Enhanced human computer interface through image processing"
7 url="http://code.google.com/p/ehci"
9 makedepends=('gcc>=3.1' 'make' 'pkgconfig')
11 source=("http://ehci.googlecode.com/files/${pkgname}-${pkgver}-src.zip")
12 md5sums=('4fd03056d067cb191ca6e5e0c26e641b')
15 cd "$startdir/src/${pkgname}"
16 cmake ./ -DCMAKE_INSTALL_PREFIX=/usr/lib
21 cd "$startdir/src/${pkgname}"
22 make DESTDIR=${pkgdir}install