~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[alpine-aports] [PATCH] testing/lua-ljsyscall: new aport

Details
Message ID
<1448917227-99167-1-git-send-email-muh.muhten@gmail.com>
Sender timestamp
1448917227
DKIM signature
missing
Download raw message
Patch: +37 -0
---
 testing/lua-ljsyscall/APKBUILD | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)
 create mode 100644 testing/lua-ljsyscall/APKBUILD

diff --git a/testing/lua-ljsyscall/APKBUILD b/testing/lua-ljsyscall/APKBUILD
new file mode 100644
index 0000000..722bbed
--- /dev/null
+++ b/testing/lua-ljsyscall/APKBUILD
@@ -0,0 +1,37 @@
# Contributor: Michael Zuo <muh.muhten@gmail.com>
# Maintainer: Michael Zuo <muh.muhten@gmail.com>
pkgname=lua-ljsyscall
pkgver=0.10
pkgrel=0
pkgdesc="LuaJIT Unix syscall FFI"
url="http://www.myriabit.com/ljsyscall/"
arch="noarch"
license="MIT"
depends=""
makedepends="luajit"
source="${pkgname#lua-}-$pkgver.tar.gz::https://github.com/justincormack/ljsyscall/archive/v$pkgver.tar.gz"

_builddir="$srcdir/${pkgname#lua-}-$pkgver"
build() {
	cd "$_builddir"
	find syscall/* -maxdepth 0 \
		-type d \
		-not -name linux \
		-not -name shared \
		-exec rm -r {} +
	# we don't target mips, so no special case
	find -H syscall/linux/* -maxdepth 0 \
		-type d \
		-not -name "`luajit -e 'print(jit.arch)'`" \
		-exec rm -r {} +
}

package() {
	cd "$_builddir"
	mkdir -p "$pkgdir/usr/share/lua/5.1"
	cp -a syscall.lua syscall "$pkgdir/usr/share/lua/5.1"
}

md5sums="4a9a4ba447ade992e18a598722fce559  ljsyscall-0.10.tar.gz"
sha256sums="9b5ba2b5798c5bc33aa2158f3b44f730de12497c195764aa1bc3d3f1244df198  ljsyscall-0.10.tar.gz"
sha512sums="f2ed03ea2c524e3d8de1d80906b55029c6448cbbd83249c780f0e153875a84fd1af6cf37889242df31c1259cac3cab3ec7bdaf08b26ff75af25406a821b45945  ljsyscall-0.10.tar.gz"
-- 
2.4.9 (Apple Git-60)



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)