diff options
Diffstat (limited to 'abs/extra-testing/mythexport/PKGBUILD')
-rw-r--r-- | abs/extra-testing/mythexport/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 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 } |