summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/mythappletrailers/PKGBUILD
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2009-09-08 14:30:08 (GMT)
committerJames Meyer <james.meyer@operamail.com>2009-09-08 14:30:08 (GMT)
commitfc7e1cd23de947c5ef6fcbb06561038f610b055f (patch)
treec548e96db39ed2048c65b8565181b628d3239370 /abs/extra-testing/mythappletrailers/PKGBUILD
parent8beb20649824b0bc50d953e11a6d49f01a76cace (diff)
parentba38d110a556bc739c6306b4ecdb0c2765d15deb (diff)
downloadlinhes_pkgbuild-fc7e1cd23de947c5ef6fcbb06561038f610b055f.zip
linhes_pkgbuild-fc7e1cd23de947c5ef6fcbb06561038f610b055f.tar.gz
linhes_pkgbuild-fc7e1cd23de947c5ef6fcbb06561038f610b055f.tar.bz2
Merge branch 'HEAD' of ssh://jams@knoppmyth.net/mount/repository/LinHES-PKGBUILD
* 'HEAD' of ssh://jams@knoppmyth.net/mount/repository/LinHES-PKGBUILD: Fuppes:bumped to compile latest. mytharchive:bumped to compile latest. fuppes:Added logrotation. udev:modified usb-storage rule to cleanly unmount. Local-website:Added zoneminder. ZoneMinder:Further enhancements to run on LinHES. zoneminder:bumped to recompile for ffmpeg-svn. LinHES-config:Added mythzoneminder. MythInstall:Added MythZoneMinder to list of installable software. Zoneminder:Changes needed to run on LinHES. PHP: Updated md5sum for php.ini. PHP:Changes to php.ini for Zoneminder. scanfw scte65scan: initial inclusion MythAppleTrailers:Fixes the URL change.
Diffstat (limited to 'abs/extra-testing/mythappletrailers/PKGBUILD')
-rw-r--r--abs/extra-testing/mythappletrailers/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/abs/extra-testing/mythappletrailers/PKGBUILD b/abs/extra-testing/mythappletrailers/PKGBUILD
index 7cb7f7a..fd9a6b8 100644
--- a/abs/extra-testing/mythappletrailers/PKGBUILD
+++ b/abs/extra-testing/mythappletrailers/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=mythappletrailers
pkgver=0.04.3
-pkgrel=29
+pkgrel=30
pkgdesc="Unofficial Add-on for MythTV to get Apple.com Movie Trailers."
arch=('i686' 'x86_64')
license=('GPL2')
@@ -11,7 +11,7 @@ url="http://www.mythtv.org/wiki/index.php/Myth_Apple_Trailers"
depends=('php' 'mythtv' 'mplayer-wrapper')
install=mythappletrailers.install
source=('myth_trailers_grabber' 'appletrailer.xml'
- 'trailers' 'loading.sh')
+'trailers' 'loading.sh' 'fix_aple_url.sh')
build() {
mkdir -p $startdir/pkg/usr/bin
@@ -26,4 +26,5 @@ build() {
cp myth_trailers_grabber $startdir/pkg/usr/bin/
cp loading.sh $startdir/pkg/usr/bin/
cp trailers $startdir/pkg/etc/cron.daily/
+ install -m755 $srcdir/fix_aple_url.sh $pkgdir/usr/bin
}