updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / pxview / PKGBUILD
blob0bf2bd1b57c22e73039d8ab17716a61c17939396
1 # Contributor: Vladimir Kutyavin <vlkut@bk.ru>
2 pkgname=pxview
3 pkgver=0.2.5
4 pkgrel=1
5 pkgdesc="Program to read Paradox database files and output them as csv, sql, sqlite or html (configured without "--with-sqlite" option)"
6 arch=('i686' 'x86_64')
7 license=('GPL')
8 url="http://pxlib.sourceforge.net/"
9 depends=('pxlib')
10 source=(http://downloads.sourceforge.net/sourceforge/pxlib/$pkgname\_$pkgver.orig.tar.gz)
11 md5sums=('954dbb0371986d6e27802de8043c6807')
12 build() {
13   cd $srcdir/$pkgname-$pkgver
14  ./configure \
15         --prefix=/usr \
16         --with-gsf
17     make || return 1
18     make DESTDIR=$pkgdir install || return 1