aboutsummaryrefslogtreecommitdiffstats
path: root/testing/lua-ljsyscall
diff options
context:
space:
mode:
authorMichael Zuo <muh.muhten@gmail.com>2015-12-29 14:04:48 -0500
committerNatanael Copa <ncopa@alpinelinux.org>2016-01-11 11:39:14 +0000
commit73687df6245598d207fe21834fa8554d30612023 (patch)
tree2a9e7d1cba6ef07ccae4e893705dc983af52fd5a /testing/lua-ljsyscall
parentc06173762999eda4c9a041e424ad92f26ceec6b2 (diff)
downloadaports-73687df6245598d207fe21834fa8554d30612023.tar.bz2
aports-73687df6245598d207fe21834fa8554d30612023.tar.xz
testing/lua-ljsyscall: mark architecture dependence
set arch=all options=!archcheck. no functional changes.
Diffstat (limited to 'testing/lua-ljsyscall')
-rw-r--r--testing/lua-ljsyscall/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/lua-ljsyscall/APKBUILD b/testing/lua-ljsyscall/APKBUILD
index 722bbed8cb..85d4e20ae4 100644
--- a/testing/lua-ljsyscall/APKBUILD
+++ b/testing/lua-ljsyscall/APKBUILD
@@ -5,11 +5,12 @@ pkgver=0.10
pkgrel=0
pkgdesc="LuaJIT Unix syscall FFI"
url="http://www.myriabit.com/ljsyscall/"
-arch="noarch"
+arch="all"
license="MIT"
depends=""
makedepends="luajit"
source="${pkgname#lua-}-$pkgver.tar.gz::https://github.com/justincormack/ljsyscall/archive/v$pkgver.tar.gz"
+options="!archcheck"
_builddir="$srcdir/${pkgname#lua-}-$pkgver"
build() {