updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / hk_classes / PKGBUILD
blobc037ba5804d396881045c3e63b12c0589495a077
1 # Contributor: Eduard "bekks" Warkentin <eduard.warkentin@gmail.com>
2 pkgname=hk_classes
3 pkgver=0.8.3
4 pkgrel=4
5 pkgdesc="supporting libraries for knoda"
6 arch=('i686' 'x86_64')
7 url="http://hk-classes.sourceforge.net"
8 license=('GPL')
9 depends=('libmysqlclient' 'postgresql-libs' 'fontconfig' 'unixodbc' 'libxml2' 'python' 'glib2')
10 makedepends=('sqlite3' 'mdbtools')
11 source=(http://downloads.sourceforge.net/hk-classes/${pkgname}-${pkgver}.tar.bz2 ${pkgname}-${pkgver}-gcc-4.3.0.patch)
12 md5sums=('a61f0dc5a0ef2d4751c7330aacba8a65'
13          '211b7f976f147c9c9731017a15346823')
15 build() {
16   cd $startdir/src/$pkgname-$pkgver
17   patch -p1 -i ../${pkgname}-${pkgver}-gcc-4.3.0.patch
18 #  libtoolize --force --copy
19 #  aclocal
20 #  autoconf
21 #  automake
22   ./configure --prefix=/usr --without-paradox --without-xbase --enable-fast-install=no
23   make || return 1
24   make DESTDIR=$startdir/pkg install