2 # Contributor: Michael Asher < michael [at] wesolveeverything dot com >
3 # Maintainer: Michael Asher < michael [at] wesolveeverything dot com >
8 pkgdesc="A PHP-based photo gallery"
10 url="http://www.zenphoto.org/"
12 depends=('php' 'mysql')
13 provides=('zenphoto' 'zenphoto.install')
14 source=(http://zenphoto.googlecode.com/files/$pkgname-$pkgver.tar.gz)
15 install=${pkgname}.install
17 mkdir -p $pkgdir/srv/http
18 tar xvf $pkgname-$pkgver.tar.gz -C $pkgdir/srv/http
21 md5sums=('e95604242ea1e4f5ae9e85341775ea30')
22 sha256sums=('3ebc3dfe691373b7f41186c8c854913c02112418bda04ea1ddf5d95c45ea61a6')