2 # Maintainer: Leonidas <marek@xivilization.net>
3 # Repository: https://github.com/Leonidas-from-XIV/aur-yap
7 pkgdesc="YAP is a high-performance Prolog compiler"
8 url="http://www.dcc.fc.up.pt/~vsc/Yap/"
9 license=("PerlArtistic" "LGPL-2")
10 arch=("i686" "x86_64")
11 depends=('readline' 'gmp')
12 source=(http://www.dcc.fc.up.pt/~vsc/Yap/${pkgname}-${pkgver}.tar.gz)
14 sha256sums=('821f386ec6b94f2c10fb462a7fbab2edad968d5a8f6b26ebf17a9f3c965b7ffa')
17 cd $srcdir/yap-${pkgver}
19 mkdir -p $_architecture
22 ../configure --prefix=$pkgdir/usr --enable-max-performance
26 install -D -m644 ../COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"