summaryrefslogtreecommitdiffstats
path: root/abs/extra/mythappletrailers/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra/mythappletrailers/PKGBUILD')
-rw-r--r--abs/extra/mythappletrailers/PKGBUILD10
1 files changed, 7 insertions, 3 deletions
diff --git a/abs/extra/mythappletrailers/PKGBUILD b/abs/extra/mythappletrailers/PKGBUILD
index 2f36a4d..56ff18c 100644
--- a/abs/extra/mythappletrailers/PKGBUILD
+++ b/abs/extra/mythappletrailers/PKGBUILD
@@ -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' 'fix_aple_url.sh')
+'trailers' 'loading.sh' 'fix_aple_url.sh' 'appletrailers_is.conf')
build() {
mkdir -p $startdir/pkg/usr/bin
@@ -27,9 +27,13 @@ build() {
cp loading.sh $startdir/pkg/usr/bin/
cp trailers $startdir/pkg/etc/cron.daily/
install -m755 $srcdir/fix_aple_url.sh $pkgdir/usr/bin
+ #add in file for gen_is.xml
+ install -D -m0744 ${srcdir}/appletrailers_is.conf ${pkgdir}/etc/gen_is_xml.d/appletrailers_is.conf
+
}
md5sums=('336e68953d0e1e8a0c7a4990f8d43a2b'
'c7da92600afe2a3b1f564764500315a0'
'5fdd4aa17b9c1e77b272437ae42a1827'
- 'ece3c5f8a605b6e2270c6f7671705631'
- 'a2349f844e47fd95a672739177ca44ff')
+ 'aff3d1ce845ce8364d336032788118f7'
+ 'a2349f844e47fd95a672739177ca44ff'
+ '341eb4f98b70b51b9420f58051c8df6a')