updated on Sat Jan 14 12:12:45 UTC 2012
[aur-mirror.git] / sqlclient / PKGBUILD
blobcaf2adf34b3f270e6a7a1270cb4ca863acf63555
1 # Contributor: John McKnight <jmcknight@gmail.com>
3 pkgname=sqlclient
4 pkgver=1.3.0
5 pkgrel=2
6 pkgdesc="The GNUstep Database Support Library"
7 url="http://www.gnustep.org/"
8 license="GPL"
9 depends=('sqlite3' 'gcc')
10 makedepends=('gnustep-make')
11 source=(ftp://ftp.gnustep.org/pub/gnustep/libs/SQLClient-$pkgver.tar.gz)
12 md5sums=('5ec9bcee0d04c495fe4a53cbafc97305')
14 build() {
15         cd $startdir/src/SQLClient-$pkgver
16         ./configure \
17                 --prefix=/opt/GNUstep \
18                 --disable-mysql-bundle \
19                 --disable-postgres-bundle
20         make || return 1
21         make GNUSTEP_INSTALLATION_DIR=$startdir/pkg/opt/GNUstep/System INSTALL_ROOT_DIR=$startdir/pkg install