1 # Maintainer: palkeo <palkeo@gmail.com>
5 pkgdesc="A C++ implementation of a B+tree in memory, that provides structures like std::map, std::set..."
7 url="https://idlebox.net/2007/stx-btree/"
17 source=(https://idlebox.net/2007/$pkgname/$pkgname-$pkgver.tar.bz2)
18 md5sums=('552ca8419ce21b75af2fbb74aea4e253')
21 cd $srcdir/$pkgname-$pkgver
22 ./configure --prefix=/usr
24 make prefix=$pkgdir/usr install