### this file is sourced not run
PKGVER=1.4.8
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=tdb-$PKGVER.tar.gz
MD5SUM=2b46875d656cafd13f5d1d5bc64bfa21
SRC_URL=https://www.samba.org/ftp/tdb/$TARBALL
BUNDLE=

SLACKREQ= # python3 build-time
SLACKDESC="libtdb: libtdb $PKGVER (Simple Database API)
libtdb: 
libtdb: This is a simple database API. It was inspired by the realisation 
libtdb: that in Samba we have several ad-hoc bits of code that essentially 
libtdb: implement small databases for sharing structures between parts of 
libtdb: Samba. The interface is based on gdbm. gdbm couldn't be use as we 
libtdb: needed to be able to have multiple writers to the databases at one 
libtdb: time.
libtdb: 
libtdb: https://tdb.samba.org/
libtdb: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	pkg_build_autoconf &&
	pkg_build_slackdesc
}


