updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / php-residence / PKGBUILD
blobf460cb8918b9d4dbd84f10770a27942f02f0f338
1 pkgname=php-residence
2 pkgver=1.3.1
3 pkgrel=1
4 pkgdesc="A php software to manage hotel reservations and booking"
5 arch=('i686' 'x86_64')
6 url=("http://www.digitaldruid.net/php-residence/")
7 license=('GPL')
8 depends=('php' 'mysql')
9 optdepends=('apache: Web server to run wordpress' 'cherokee: Lightweight Web server to run wordpress')
10 install=${pkgname}.install
11 source=(http://www.digitaldruid.net/download/${pkgname}_${pkgver}.tar.gz)
12 md5sums=('c0cb946f09e17c1e499c5c6d39b798d8')
14 build() {
15         install -d ${pkgdir}/srv/http/php-residence
16         cp -r ${srcdir}/php-residence/* ${pkgdir}/srv/http/php-residence