updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / chive / PKGBUILD
blobf9abda0ead37c4258a32ceee1cd15c8ff7658ea0
1 # Maintainer: Yannic Arnoux <kianby@gmail.com>
3 pkgname=chive
4 pkgver=1.0.2
5 pkgrel=1
6 pkgdesc="Chive is a next generation MySQL database management tool. It aims to be an alternative to phpMyAdmin."
7 arch=('any')
8 license=('GPL')
9 depends=('php' 'apache')
10 url="http://www.chive-project.com/"
11 source=("http://launchpad.net/chive/1.0/1.0.2/+download/chive_1.0.2.tar.gz")
12 noextract=(chive_1.0.2.tar.gz)
14 sha512sums=('3346a638ed3c57d621d4995764811ad0d1aebbd9458ee4ec17eaf8b4f6a00e6278c87710ebc646be35afc5f701955bd8486053eb1f2686c290fb466aecdf8608')
16 package() {
17   mkdir -p $srcdir/chive
18   cd $srcdir/chive
19   bsdtar xf ../../chive_1.0.2.tar.gz || return $?
20   mkdir -p $pkgdir/srv/http
21   mv chive $pkgdir/srv/http/.