From 7be2485ac53b02f339ca915b3f48ab87c71bdb0f Mon Sep 17 00:00:00 2001 From: Cecil Hugh Watson Date: Thu, 9 Jul 2009 21:47:36 -0700 Subject: Updated to latest MythExport. --- abs/extra-testing/mythexport/PKGBUILD | 10 +++++----- abs/extra-testing/mythexport/mythexport.install | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/abs/extra-testing/mythexport/PKGBUILD b/abs/extra-testing/mythexport/PKGBUILD index 65cde0b..3504649 100644 --- a/abs/extra-testing/mythexport/PKGBUILD +++ b/abs/extra-testing/mythexport/PKGBUILD @@ -2,16 +2,16 @@ # Maintainer: Cecil Watson pkgname=mythexport -pkgver=1.0.6 -pkgrel=6 +pkgver=2.0.71 +pkgrel=4 pkgdesc="Script to export recordings for portable devices." arch=('i686' 'x86_64') -license=('GPL2') +license=('GPL3') depends=('atomicparsley' 'perl-config-simple' 'perl-net-upnp') url="http://linhes.org/" source=(ftp://ftp.knoppmyth.net/R6/sources/mythexport.tar.bz2) +install=mythexport.install build() { - cd $startdir/src/ - cp -a etc usr $startdir/pkg + cp -a mythexport/* $startdir/pkg } diff --git a/abs/extra-testing/mythexport/mythexport.install b/abs/extra-testing/mythexport/mythexport.install index a0a2e1b..edd60f5 100644 --- a/abs/extra-testing/mythexport/mythexport.install +++ b/abs/extra-testing/mythexport/mythexport.install @@ -1,5 +1,5 @@ # arg 1: the new package version -post_install() {a +post_install() { mysql -u root mythconverg < /usr/share/mythtv/mythexport.sql ln -s /usr/share/mythtv/mythexport /data/srv/httpd/htdocs/ ln -s /myth/archive /usr/share/mythtv/mythexport/video -- cgit v0.12