mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/swi-prolog to 7.6.1-1
This commit is contained in:
parent
d49f3b809a
commit
3862eaabcb
1 changed files with 6 additions and 8 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue