updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / uvccapture / PKGBUILD
blob6d47364f4fecebbf3566916cb97f7325d596c016
1 pkgname=uvccapture
2 pkgver=0.5
3 pkgrel=4
4 pkgdesc="Command-line tool to capture webcam images with v4l2"
5 depends=('libjpeg')
6 arch=(i686)
7 url="http://linux-uvc.berlios.de"
8 license=('GPL')
9 source=(http://staticwave.ca/source/uvccapture/uvccapture-0.5.tar.bz2)
10 md5sums=('2ac901069a35b8954c11b11f6e036989')
12 build() {
13 cd ${srcdir}/${pkgname}-${pkgver}
14 make || return 1
15 install -D -m755 ./uvccapture ${pkgdir}/usr/bin/uvccapture || return 1