# Maintainer: Ebrahim Azarisooreh # Contributor: Nikolaos Bezirgiannis # Contributor: Alexander Rødseth # Contributor: Jachym Barvinek # Contributor: Thomas Dziedzic < gostrc at gmail > # Contributor: John Proctor # Contributor: Juergen Hoetzel pkgname=swi-prolog-devel pkgver=8.1.11 pkgrel=1 pkgdesc='Prolog environment (development version)' arch=('x86_64' 'i686') url='http://www.swi-prolog.org/' license=('GPL' 'LGPL') depends=('gmp' 'readline' 'openssl' 'libarchive') makedepends=('libxft' 'libjpeg' 'unixodbc' 'libxpm' 'libxinerama') optdepends=('unixodbc: for using the odbc4pl library' 'uuid: for using the uuid library' 'libjpeg: for using the pl2xpce library' 'libxpm: for using the pl2xpce library' 'libxinerama: for using the pl2xpce library' 'libxft: for using the pl2xpce library' 'java-environment: for interfacing java with the jpl package') #options=('!makeflags') source=("http://swi-prolog.org/download/devel/src/swipl-${pkgver}.tar.gz") sha256sums=('3bd83b5c5bf6f0d910bd30b32c9182d882a6238ca3a8f3d68cda63056f3056b0') conflicts=('swi-prolog') provides=('swi-prolog') build() { cd "swipl-$pkgver" mkdir build cd build && cmake -DCMAKE_INSTALL_PREFIX=/usr .. && make } package() { make -C "swipl-$pkgver/build" DESTDIR="$pkgdir" install }