diff options
author | James Meyer <james.meyer@operamail.com> | 2009-07-10 16:59:09 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-07-10 16:59:09 (GMT) |
commit | f5667c08a03cdbd18198cc0e61102ab9ef793976 (patch) | |
tree | 83782737e6b0a5bcb3897845ca53ebcbf8d9e135 /abs/extra-testing | |
parent | 1c50b2d2a54fc1c0b3f39c5d08ab80c5f8b5e64e (diff) | |
parent | 121e95a004831c5ef9f80db85d6918d335535864 (diff) | |
download | linhes_pkgbuild-f5667c08a03cdbd18198cc0e61102ab9ef793976.zip linhes_pkgbuild-f5667c08a03cdbd18198cc0e61102ab9ef793976.tar.gz linhes_pkgbuild-f5667c08a03cdbd18198cc0e61102ab9ef793976.tar.bz2 |
Merge branch 'HEAD' of ssh://jams@knoppmyth.net/mount/repository/LinHES-PKGBUILD
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 |