updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / pytivo-youtube-hg / PKGBUILD
blob81bd67ba9c58e5d4fbdaa6c19f88cbbcf9a36956
1 # Maintainer:  Matthew Bauer <mjbauer95@gmail.com>
3 pkgname=pytivo-youtube-hg
4 pkgver=20090723
5 pkgrel=1
6 pkgdesc="Plugin for pyTivo that enables you to download Youtube videos straight from your TiVo."
7 arch=(i686 x86_64)
8 url="http://code.google.com/p/pytivoyoutubeplugin"
9 license=('GPL')
10 groups=()
11 depends=('ffmpeg' 'python' 'pytivo')
12 makedepends=('mercurial')
13 optdepends=()
14 provides=('pytivo-youtube')
15 conflicts=()
16 replaces=()
17 backup=()
18 source=()
19 options=()
20 install=
21 md5sums=()
23 _hgroot="https://pytivoyoutubeplugin.googlecode.com/hg/"
24 _hgname="hg"
26 build() {
27   cd ${srcdir}
29   msg "Connecting to googlecode.com HG server...."
31   if [ -d ${srcdir}/$_hgname ] ; then
32     cd $_hgname && hg pull
33     msg "The local files are updated."
34   else
35     hg clone $_hgroot
36   fi
38   msg "HG checkout done."
39   msg "Starting install..."
41   cd ${srcdir}/$_hgname
43   mkdir -p ${pkgdir}/usr/share/pyTivo/plugins/youtube
44   cp -r source/plugins/youtube/* ${pkgdir}/usr/share/pyTivo/plugins/youtube