summaryrefslogtreecommitdiff
blob: 0128d7744780a316f3993d3917edfaf880fb4999 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Copyright 1999-2019 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

VCS="git"
IS_MULTILIB=true
GITHUB_A="keplerproject"

inherit lua

DESCRIPTION="Lua Rings Library"
HOMEPAGE="https://github.com/keplerproject/rings"

LICENSE="MIT"
SLOT="0"
KEYWORDS=""
IUSE=""

each_lua_configure() {
	myeconfargs=(
		PREFIX=/usr
		LIBNAME="${P}".so
		LUA_LIBDIR="$(lua_get_pkgvar INSTALL_CMOD)"
		LUA_DIR="$(lua_get_pkgvar INSTALL_LMOD)"
	)
	lua_default
}