diff options
author | James Meyer <james.meyer@operamail.com> | 2012-11-03 17:59:45 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-11-03 17:59:45 (GMT) |
commit | 4be23d4482a7aec8820be8fa373bc8de5a0272b5 (patch) | |
tree | 453c78e84078cb6cfa3da1daa4906050aedb68a2 /abs/extra/mythexport/PKGBUILD | |
parent | 306d9e4bfa29faaa561d54df14a0533d034f9773 (diff) | |
download | linhes_pkgbuild-4be23d4482a7aec8820be8fa373bc8de5a0272b5.zip linhes_pkgbuild-4be23d4482a7aec8820be8fa373bc8de5a0272b5.tar.gz linhes_pkgbuild-4be23d4482a7aec8820be8fa373bc8de5a0272b5.tar.bz2 |
mythweb, mythexport,zoneminder, web_auth: convert packages to use gen_light_include.conf
refs #864
closes #864
Diffstat (limited to 'abs/extra/mythexport/PKGBUILD')
-rw-r--r-- | abs/extra/mythexport/PKGBUILD | 9 |
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') |