pkgname=agrum pkgver=0.14.1 pkgrel=1 pkgdesc="C++ Bayesian networks library" license=('GPL') arch=('i686' 'x86_64') url="http://agrum.gitlab.io/" depends=('python-pydotplus' 'python-matplotlib' 'ipython' 'unixodbc') makedepends=('cmake') source=("https://gitlab.com/agrumery/aGrUM/-/archive/${pkgver}/aGrUM-${pkgver}.tar.bz2") sha256sums=('b993ca19423fea859fa1bf8338ce9ba9f2772fa96c41ddbd8716566a64be1a1c') build() { cd "$srcdir/aGrUM-$pkgver" mkdir -p build && pushd build cmake -DCMAKE_INSTALL_PREFIX=/usr .. make } package() { cd "$srcdir/aGrUM-$pkgver/build" make DESTDIR="$pkgdir" install }