summaryrefslogtreecommitdiffstats
path: root/abs/core/mythtv/stable/mythweb/PKGBUILD
blob: e01323c8bea2a0fc16eb49d8401afc581eb2f4de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $
# Maintainer: Juergen Hoetzel <juergen@archlinux.org> 
# Contributor: Philipp Giebel <arch@ambience-design.net>

pkgname=mythweb
pkgver=0.21
pkgrel=1
pkgdesc="Web interface for MythTV's backend"
arch=('i686' 'x86_64')
url="http://www.mythtv.org"
license=('GPL')
depends=("mythtv>=${pkgver}" 'apache' 'php')
install=mythweb.install
source=("ftp://ftp.knoppmyth.net/R6/sources/mythplugins-$pkgver-fixes.tar.bz2")
md5sums=('af20a78ac66719feddf9a39f1a799ded')
groups=('mythtv-extras')

build() {
   mkdir -p $startdir/pkg/srv/www/mythweb/{image_cache,php_sessions}
   cp -r $startdir/src/mythplugins-$pkgver/$pkgname/* $startdir/pkg/srv/www/mythweb
   cp $startdir/src/mythplugins-$pkgver/$pkgname/data/.htaccess $startdir/pkg/srv/www/mythweb
   rm $startdir/pkg/srv/www/mythweb/README
   chown -R nobody:nobody $startdir/pkg/srv/www/mythweb
   chmod g+rw $startdir/pkg/srv/www/mythweb/{image_cache,php_sessions,data}
}