1 # Contributor: scippio <scippio@berounet.cz>
6 pkgdesc="Tntdb is a c++-class-library for easy database-access."
7 url="http://www.tntnet.org/tntdb.html"
10 source=(http://www.tntnet.org/download/$pkgname-$pkgver.tar.gz)
11 md5sums=('68db783e8974cdf7472b1bd50eeec8d7')
15 cd "$srcdir/$pkgname-$pkgver"
16 ./configure --prefix=/usr --sysconfdir=/etc
18 make DESTDIR="$pkgdir" install