updated on Wed Jan 18 16:10:53 UTC 2012
[aur-mirror.git] / setpwc / PKGBUILD
blob6d171b800833b95a4dd32ccb1687dc1a50258134
1 # Maintainer: Emile Pesik <ristridin [at] gmail [dot] com>
2 # Contributor Todd Maynard <arch [at] toddmaynard [dot] com>
3 pkgname=setpwc
4 pkgver=1.3
5 pkgrel=1
6 pkgdesc="Set various aspects of Philips (and compatible) webcams."
7 url="http://www.vanheusden.com/setpwc/"
8 license=('GPL2')
9 depends=()
10 makedepends=()
11 optdepends=('gtksetpwc: GTK2 frontend for setpwc')
12 conflicts=()
13 replaces=()
14 backup=()
15 arch=('any')
16 install=setpwc.install
17 source=(http://www.vanheusden.com/$pkgname/$pkgname-$pkgver.tgz)
18 md5sums=('79d5ee468c0076feb3cac473bef661d2')
20 build() {
21   cd $srcdir/$pkgname-$pkgver
22   make || return 1
23   #make DESTDIR=$pkgdir install  #Makefile has hardcoded destination
24   
25   #We will copy the binary over manually - since it is trivial to do.
26   mkdir -p $pkgdir/usr/bin
27   cp setpwc $pkgdir/usr/bin