updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / 6200ch / PKGBUILD
blob56a2792b21a3286383b17baf98f8bf21d81b0dc9
1 # Maintainer: dan saul <aur@cryingwolf.org>
2 pkgname=6200ch
3 pkgver=22974
4 pkgrel=1
5 pkgdesc="Control the channel of a Motorola DCT 6200 connected to your PC."
6 arch=(i686 x86_64)
7 depends=('libavc1394' 'libraw1394')
8 license=('GPL')
9 url=('http://svn.mythtv.org/trac/browser/trunk/mythtv/contrib/channel_changers/6200ch')
11 build() {
12 cd ${startdir}/src || return 1
13 wget http://svn.mythtv.org/trac/export/22974/trunk/mythtv/contrib/channel_changers/6200ch/6200ch.c || return 1
14 wget http://svn.mythtv.org/trac/export/22974/trunk/mythtv/contrib/channel_changers/6200ch/Makefile || return 1
15 wget http://svn.mythtv.org/trac/export/22974/trunk/mythtv/contrib/channel_changers/6200ch/README || return 1
16 make || return 1
17 mkdir -vp ${pkgdir}/usr/bin || return 1
18 cp -v 6200ch ${pkgdir}/usr/bin/6200ch || return 1
19 chmod +x ${pkgdir}/usr/bin/6200ch