diff options
author | Nikolaos Bezirgiannis | 2015-10-05 16:43:44 +0200 |
---|---|---|
committer | Nikolaos Bezirgiannis | 2015-10-05 16:43:44 +0200 |
commit | c995a68fcdc96f0c4594b11848797e866a74bfaf (patch) | |
tree | 26e35e71274cfc31986be89dfac64ab77fde7f83 /PKGBUILD | |
parent | 582fb6a99a1cfe524f445f4e8d11e5a00557eaef (diff) | |
download | aur-c995a68fcdc96f0c4594b11848797e866a74bfaf.tar.gz |
Rebuilt and fixed makedepends/optdeps.
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -6,19 +6,20 @@ # Contributor: Juergen Hoetzel <juergen@archlinux.org> pkgname=swi-prolog-git -pkgver=7.2.0.r1.ga0999a2 +pkgver=7.2.2.r0.ge10fe28 pkgrel=1 pkgdesc='Prolog environment (latest git stable 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') +makedepends=('git' 'libxft' 'libjpeg' 'unixodbc' 'libxpm' 'libxinerama') 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') + 'libxft: for using the pl2xpce library' + 'java-environment: for interfacing java with the jpl package') #options=('!makeflags') source=("git://github.com/SWI-Prolog/swipl") sha256sums=('SKIP') @@ -43,8 +44,8 @@ build() { echo 2 | ./configure --prefix=/usr --with-world cd src ./configure --enable-readline --prefix=/usr - cd .. - make + + make -C .. } package() { |