diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-02-12 06:11:14 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-02-12 06:11:14 (GMT) |
commit | 01df96d29e943375572640952520242f9c347b42 (patch) | |
tree | 2f1c8bb80d4603c6316fd5a2ffe7d498d28b9953 /abs/extra-testing/mythvodka/PKGBUILD | |
parent | f8ad742e8993cfb53d85608f808eba2d236bec65 (diff) | |
download | linhes_pkgbuild-01df96d29e943375572640952520242f9c347b42.zip linhes_pkgbuild-01df96d29e943375572640952520242f9c347b42.tar.gz linhes_pkgbuild-01df96d29e943375572640952520242f9c347b42.tar.bz2 |
Fixes to get working.
Diffstat (limited to 'abs/extra-testing/mythvodka/PKGBUILD')
-rw-r--r-- | abs/extra-testing/mythvodka/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/abs/extra-testing/mythvodka/PKGBUILD b/abs/extra-testing/mythvodka/PKGBUILD index 38af93b..ac6de1f 100644 --- a/abs/extra-testing/mythvodka/PKGBUILD +++ b/abs/extra-testing/mythvodka/PKGBUILD @@ -3,12 +3,12 @@ pkgname=mythvodka pkgver=0.7 -pkgrel=6 +pkgrel=8 pkgdesc="MythVodka (Video On Demand Killer App) is a plugin for MythTV allowing streaming of BBC iPlayer, Hulu, HTTP and NZB content." arch=('i686' 'x86_64') license=('GPL2') url="http://code.google.com/p/mythvodka/" -depends=('rtmpdump' 'perl-xml-dom') +depends=('rtmpdump' 'perl-xml-dom' 'beautiful-soup') install=mythvodka.install source=('http://mythvodka.googlecode.com/files/mythvodka.07.tar.gz' 'mythvodka.diff' 'hulu_grabber.sh') @@ -25,9 +25,9 @@ build() { cp streams-ui.xml $startdir/pkg/usr/share/mythtv/themes/default/ mkdir -p $startdir/pkg/usr/share/mythtv/themes/default-wide/ cp theme-wide/streams-ui.xml $startdir/pkg/usr/share/mythtv/themes/default-wide/ - mkdir -p $startdir/pkg/usr/bin + mkdir -p $startdir/pkg/usr/local/bin chmod a+x ../scripts/* - cp -p ../scripts/* $startdir/pkg/usr/bin + cp -p ../scripts/* $startdir/pkg/usr/local/bin mkdir -p $startdir/pkg/etc/cron.daily/ chmod 755 ../../hulu_grabber.sh cp ../../hulu_grabber.sh $startdir/pkg/etc/cron.daily/ |