diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-03-30 08:02:03 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-03-30 08:02:03 +0000 |
commit | 9cc95288a9afd80e37d837ab5006db7d52bf3ac3 (patch) | |
tree | e90ca4e5628262a44a13db15ea97049281ae6443 /community/lua-fun/APKBUILD | |
parent | 984d441431efaa83c60bad5ff6da94be720a19ee (diff) | |
download | aports-9cc95288a9afd80e37d837ab5006db7d52bf3ac3.tar.bz2 aports-9cc95288a9afd80e37d837ab5006db7d52bf3ac3.tar.xz |
community/lua-fun: don't attempt to install luajit
Diffstat (limited to 'community/lua-fun/APKBUILD')
-rw-r--r-- | community/lua-fun/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/lua-fun/APKBUILD b/community/lua-fun/APKBUILD index 826cc6c45c..e5fea9b14b 100644 --- a/community/lua-fun/APKBUILD +++ b/community/lua-fun/APKBUILD @@ -3,14 +3,14 @@ pkgname=lua-fun _pkgname=luafun pkgver=0.1.3 -pkgrel=3 +pkgrel=4 pkgdesc="Functional programming library" url="http://rtsisyk.github.io/luafun/" arch="noarch" license="MIT" depends="" makedepends="" -checkdepends="luajit" +[ "$CARCH" == "s390x" ] && [ "$CARCH" == "ppc64le" ] && checkdepends="" || checkdepends="luajit" source="$pkgname-$pkgver.tar.gz::https://github.com/rtsisyk/$_pkgname/archive/$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" |