community/swi-prolog to 7.6.1-1

This commit is contained in:
Kevin Mihelich 2017-11-06 13:23:42 +00:00
parent d49f3b809a
commit 3862eaabcb

View file

@ -9,23 +9,21 @@
# - build aarch64 with -fPIC
pkgname=swi-prolog
pkgver=7.4.2
pkgver=7.6.1
pkgrel=1
pkgdesc='Prolog environment'
arch=('x86_64' 'i686')
url='http://www.swi-prolog.org/'
license=('GPL' 'LGPL')
depends=('gmp' 'readline' 'openssl' 'libarchive')
makedepends=('libxft' 'libjpeg' 'unixodbc' 'libxpm' 'libxinerama')
depends=('gmp' 'libarchive' 'openssl' 'readline')
makedepends=('libjpeg' 'libxft' 'libxinerama' 'libxpm' 'unixodbc')
optdepends=('unixodbc: for using the odbc4pl 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')
# no https with valid certificates available
source=("http://www.swi-prolog.org/download/stable/src/swipl-${pkgver/_/-}.tar.gz")
sha256sums=('7f17257da334bc1e7a35e9cf5cb8fca01d82f1ea406c7ace76e9062af8f0df8b')
source=("http://www.swi-prolog.org/download/stable/src/swipl-${pkgver/_/-}.tar.gz") # invalid HTTPS cert
sha256sums=('24ada4bd016189fd417592edf1ffc74e4e51ee4f47e569f97e2d11f4d8f89ec3')
build() {
[[ $CARCH == "aarch64" ]] && CPPFLAGS+=" -fPIC"
@ -51,4 +49,4 @@ package() {
}
# getver: swi-prolog.org/download/stable
# vim:set ts=2 sw=2 et:
# vim: ts=2 sw=2 et: