dev-lua/luafilesystem - 1.5.0 (ag-ops)

Search

Package Information

Description:
File System Library for the Lua Programming Language
Homepage:
https://keplerproject.github.com/luafilesystem/
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.5.0 5 amd64 arm hppa ~mips ppc ppc64 sparc x86 ~x86-fbsd 0
View Raw Ebuild
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI="5"
inherit multilib toolchain-funcs

DESCRIPTION="File System Library for the Lua Programming Language"
HOMEPAGE="https://keplerproject.github.com/luafilesystem/"
SRC_URI="mirror://github/keplerproject/luafilesystem/${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm hppa ~mips ppc ppc64 sparc x86 ~x86-fbsd"
IUSE=""

DEPEND=">=dev-lang/lua-5.1"
RDEPEND="${DEPEND}"

src_prepare() {
	sed -i \
		-e "s|gcc|$(tc-getCC)|" \
		-e "s|/usr/local|/usr|" \
		-e "s|/lib|/$(get_libdir)|" \
		-e "s|-O2|${CFLAGS}|" \
		-e "/^LIB_OPTION/s|= |= ${LDFLAGS} |" \
		config || die
}

src_install() {
	emake PREFIX="${ED}usr" install || die
	dodoc README || die
	dohtml doc/us/* || die
}

Dependencies

DEPEND

>=dev-lang/lua-5.1

RDEPEND

>=dev-lang/lua-5.1

Manifest for 1.5.0

Type File Size Source URLs
DIST luafilesystem-1.5.0.tar.gz 26660 bytes mirror://github/keplerproject/luafilesystem/luafilesystem-1.5.0.tar.gz