updated on Fri Jan 6 04:00:21 UTC 2012
[aur-mirror.git] / dotclear / PKGBUILD
blobca7b7826a663d43696db94d98f4e405e81a2dd9f
1 # Contributor: Cedric Chabanois <cchabanois@gmail.com>
3 pkgname=dotclear
4 pkgver=2.2.2
5 pkgrel=1
6 pkgdesc="Blog Tool and Publishing Platform"
7 arch=('i686' 'x86_64')
8 url=("http://dotclear.org/")
9 install=dotclear.install
10 license=('GPL2')
11 depends=('php' 'php-gd')
12 optdepends=('libmysqlclient: MySQL backend'
13             'postgresql-libs: PostgreSQL backend'
14             'sqlite3: SQLite backend')
15 source=(http://download.dotclear.org/latest/dotclear-2.2.2.tar.gz)
16 md5sums=('1068e8924ae1f3ee84c14854bed97f29')
17 build() {
18         install -d ${pkgdir}/srv/http/dotclear
19         cp -r ${srcdir}/dotclear/* ${pkgdir}/srv/http/dotclear
20         chown -R http:http ${startdir}/pkg/srv/http/dotclear/{cache,public,inc,themes,plugins}