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/PKGBUILD9
1 files changed, 7 insertions, 2 deletions
diff --git a/abs/extra/mythexport/PKGBUILD b/abs/extra/mythexport/PKGBUILD
index 1a51bd2..9a973e5 100644
--- a/abs/extra/mythexport/PKGBUILD
+++ b/abs/extra/mythexport/PKGBUILD
@@ -13,8 +13,9 @@ 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
- linhes.diff)
+ mythexport.lighttpd.include mythexport_gen_light.conf
+ linhes.diff
+ )
install=mythexport.install
build() {
@@ -32,6 +33,9 @@ package() {
# Install lighttpd include file
install -D -m644 ${srcdir}/mythexport.lighttpd.include ${pkgdir}/etc/mythexport/mythexport.lighttpd.include
+ #gen_light_conf
+ install -D -m0744 ${srcdir}/mythexport_gen_light.conf ${pkgdir}/etc/gen_light_conf.d/mythexport.conf
+
# Compress man pages
gzip -9 *.1
install -D -m644 mythexport.1.gz ${pkgdir}/usr/share/man/man1/mythexport.1.gz || return 1
@@ -43,4 +47,5 @@ package() {
}
md5sums=('a780c00536a4680ce7d79057658971c8'
'b08404255abcc99a35e9c1ab8e0dec57'
+ 'e6f84aa222eddf803a81d1b92a315d06'
'e32369bb2fde6352798e3522d67527b2')