diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-07-10 04:47:36 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-07-10 04:47:36 (GMT) |
commit | 7be2485ac53b02f339ca915b3f48ab87c71bdb0f (patch) | |
tree | 94a69804d6a1f841396ab8a2d586deadc0afc3cc | |
parent | 89d0d25ef917ac4f0a5d7345f478605bf4489e26 (diff) | |
download | linhes_pkgbuild-7be2485ac53b02f339ca915b3f48ab87c71bdb0f.zip linhes_pkgbuild-7be2485ac53b02f339ca915b3f48ab87c71bdb0f.tar.gz linhes_pkgbuild-7be2485ac53b02f339ca915b3f48ab87c71bdb0f.tar.bz2 |
Updated to latest MythExport.
-rw-r--r-- | abs/extra-testing/mythexport/PKGBUILD | 10 | ||||
-rw-r--r-- | 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<knoppmyth@gmail.com> 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 |