summaryrefslogtreecommitdiff
blob: d84a3768903fc75214c662c326001b2be7c17bc9 (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
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit lua

DESCRIPTION="A bitwise operation lib totally written in Lua."
HOMEPAGE="http://luaforge.net/projects/bit/"
SRC_URI="http://luaforge.net/frs/download.php/2185/${P}.zip"

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

RDEPEND="dev-lang/lua"
RDEPEND="${DEPEND}
	app-arch/unzip"

src_compile() {
	:
}

src_install() {
	lua_install_module *.lua
}