updated on Tue Jan 17 00:10:10 UTC 2012
[aur-mirror.git] / pxlib / PKGBUILD
blob402711b5b932232dbd50de4f60c04eec9515ef94
1 # Contributor: Vladimir Kutyavin <vlkut@bk.ru>
2 pkgname=pxlib
3 pkgver=0.6.3
4 pkgrel=1
5 pkgdesc="Library to read and write Paradox DB files"
6 arch=('i686' 'x86_64')
7 license=('GPL')
8 url="http://pxlib.sourceforge.net/"
9 depends=('libgsf')
10 source=(http://downloads.sourceforge.net/sourceforge/pxlib/$pkgname-$pkgver.tar.gz)
11 md5sums=('0742020854496fa757d7acbe6a895224')
12 build() {
13   cd $srcdir/$pkgname-$pkgver
14  ./configure \
15         --prefix=/usr \
16         --with-gsf --with-sqlite \
17         --disable-static
18     make || return 1
19     make DESTDIR=$pkgdir install || return 1 
20     #chmod a-x $pkgdir/usr/lib/iptables/*.so
21     #remove ipset there is a ipset package