updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / sqliteman-svn / PKGBUILD
blob914be573913381daa05a41f824acaca9127e789e
1 # Contributor: totoloco <totoloco at gmail dot com>
2 pkgname=sqliteman-svn
3 pkgver=464
4 pkgrel=1
5 pkgdesc="The best developer's and/or admin's GUI tool for Sqlite3 in the world."
6 arch=('i686' 'x86_64')
7 url="http://sqliteman.com/"
8 license=('GPL2')
9 depends=('qt')
10 makedepends=('cmake')
11 provides=('sqliteman')
12 replaces=('sqliteman')
13 source=()
14 md5sums=()
16 _svntrunk=http://tools.assembla.com/svn/sqliteman/trunk/Sqliteman/
17 _svnmod=$srcdir
19 build() {
20   msg "SVN checking out..."
21   svn co $_svntrunk $_svnmod
23   msg "SVN checkout done or server timeout"
24   msg "Starting make..."
26   #
27   # BUILD
28   #
29   cd $srcdir
30   cmake -DCMAKE_INSTALL_PREFIX:PATH=$pkgdir/usr .
31   make || return 1
32   make install