summaryrefslogtreecommitdiffstats
path: root/abs/extra/mythexport/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra/mythexport/PKGBUILD')
-rw-r--r--abs/extra/mythexport/PKGBUILD10
1 files changed, 7 insertions, 3 deletions
diff --git a/abs/extra/mythexport/PKGBUILD b/abs/extra/mythexport/PKGBUILD
index d919f61..73a18cd 100644
--- a/abs/extra/mythexport/PKGBUILD
+++ b/abs/extra/mythexport/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=mythexport
pkgver=2.2.3
-pkgrel=4
+pkgrel=6
pkgdesc="Export MythTV recording to portable media players"
arch=('i686' 'x86_64')
license=('GPL3')
@@ -12,7 +12,8 @@ depends=('atomicparsley' 'perl-config-simple' 'perl-net-upnp' 'perl-xml-rss'
optdepends=('lighttpd: For web based interaction')
url="http://www.ubuntuupdates.org/mythexport"
source=(https://launchpad.net/ubuntu/precise/+source/${pkgname}/${pkgver}-0ubuntu2/+files/${pkgname}_${pkgver}.orig.tar.gz
- mythexport.lighttpd.include)
+ mythexport.lighttpd.include
+ linhes.diff)
install=mythexport.install
build() {
@@ -23,6 +24,8 @@ build() {
package() {
cd ${srcdir}/${pkgname}-${pkgver}
+ patch -p1 < ../linhes.diff || return 1
+ cp -a ./etc ${pkgdir}/ || return 1
cp -a ./usr ${pkgdir}/ || return 1
# Install lighttpd include file
@@ -38,4 +41,5 @@ package() {
}
md5sums=('a780c00536a4680ce7d79057658971c8'
- 'b08404255abcc99a35e9c1ab8e0dec57')
+ 'b08404255abcc99a35e9c1ab8e0dec57'
+ 'e32369bb2fde6352798e3522d67527b2')