1 # Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
6 pkgdesc="A Qt4-based motion detection application for webcams"
8 url="http://slist.lilotux.net/linux/$pkgname/"
10 depends=('qt>=4' 'opencv')
11 source=($url/$pkgname-$pkgver.tgz)
12 md5sums=('506dc9a1228f46296d94163f7236df59')
18 install -Dm755 $pkgname "$pkgdir"/usr/bin/$pkgname
21 # vim:set ts=2 sw=2 et: