# Contributor: Roberto Oliveira # Maintainer: Roberto Oliveira pkgname=monetdb _pkgname=MonetDB pkgver=11.31.11 pkgrel=0 pkgdesc="Column-oriented database management system" url="https://www.monetdb.org/Home" arch="all" license="MPL-1.1" makedepends="musl-dev gcc bison make python openssl-dev libxml2-dev xz-dev bzip2-dev lz4-dev readline-dev snappy-dev curl-dev pcre-dev unixodbc-dev libatomic_ops-dev" subpackages="$pkgname-dev $pkgname-doc" source="https://www.monetdb.org/downloads/sources/Latest/$_pkgname-$pkgver.tar.xz fix-definitions-musl.patch" builddir="$srcdir/$_pkgname-$pkgver" build() { cd "$builddir" ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var make } check() { cd "$builddir" make check } package() { cd "$builddir" make DESTDIR="$pkgdir" install } sha512sums="82e70a5c491343e00b466593df7a873c5b4045eee6af55155241cefece1749aea4f14a894a4fa56d651ec7dc7c2040c1c91b7f6129705d35298e69bf9ff59a17 MonetDB-11.31.11.tar.xz c705b33fecfdfc503621960bccf0bd03af66e9c2d213538daf8e59c2c351c6f98ddfd7325df6036d3de71d156953a21d19c10cbadd4a8b8de63297bdc1d86198 fix-definitions-musl.patch"