diff options
Diffstat (limited to 'abs/extra-testing')
| -rw-r--r-- | abs/extra-testing/mythexport/PKGBUILD | 12 | ||||
| -rw-r--r-- | abs/extra-testing/mythexport/mythexport.install | 2 | 
2 files changed, 7 insertions, 7 deletions
| diff --git a/abs/extra-testing/mythexport/PKGBUILD b/abs/extra-testing/mythexport/PKGBUILD index 65cde0b..3cd04f3 100644 --- a/abs/extra-testing/mythexport/PKGBUILD +++ b/abs/extra-testing/mythexport/PKGBUILD @@ -2,16 +2,16 @@  # Maintainer: Cecil Watson<knoppmyth@gmail.com>  pkgname=mythexport -pkgver=1.0.6 -pkgrel=6 +pkgver=2.0.71 +pkgrel=5  pkgdesc="Script to export recordings for portable devices."  arch=('i686' 'x86_64') -license=('GPL2') -depends=('atomicparsley' 'perl-config-simple' 'perl-net-upnp') +license=('GPL3') +depends=('atomicparsley' 'perl-config-simple' 'perl-net-upnp' 'perl-proc-daemon' 'perl-proc-pid-file')  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 | 
