1 # Maintainer: Matthew Bauer <mjbauer95@gmail.com>
3 pkgname=pytivo-youtube-hg
6 pkgdesc="Plugin for pyTivo that enables you to download Youtube videos straight from your TiVo."
8 url="http://code.google.com/p/pytivoyoutubeplugin"
11 depends=('ffmpeg' 'python' 'pytivo')
12 makedepends=('mercurial')
14 provides=('pytivo-youtube')
23 _hgroot="https://pytivoyoutubeplugin.googlecode.com/hg/"
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."
38 msg "HG checkout done."
39 msg "Starting install..."
43 mkdir -p ${pkgdir}/usr/share/pyTivo/plugins/youtube
44 cp -r source/plugins/youtube/* ${pkgdir}/usr/share/pyTivo/plugins/youtube