4 pkgdesc="A php software to manage hotel reservations and booking"
6 url=("http://www.digitaldruid.net/php-residence/")
8 depends=('php' 'mysql')
9 optdepends=('apache: Web server to run wordpress' 'cherokee: Lightweight Web server to run wordpress')
10 install=${pkgname}.install
11 conflicts=('php-residence')
12 source=(http://www.digitaldruid.net/download/${pkgname}_${pkgver}.tar.gz)
15 install -d $pkgdir/srv/http/$pkgname
16 cp -r $srcdir/$pkgname/* ${pkgdir}/srv/http/$pkgname
18 md5sums=('ce3189b7b9d5084665beb83579784e7d')