summaryrefslogtreecommitdiff
blob: 232b4a8e0a5169bcd68b667f12634e4536406da1 (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
29
# Copyright 1999-2016 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
}