1 # Contributor: Cedric Chabanois <cchabanois@gmail.com>
6 pkgdesc="Blog Tool and Publishing Platform"
8 url=("http://dotclear.org/")
9 install=dotclear.install
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')
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}