blob: d6ec268e34845e013af26a378bede974bd95ed78 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/lua-wrapper/lua-wrapper-1.ebuild,v 1.4 2007/01/10 21:14:08 mabi Exp $
DESCRIPTION="A small shell script to choose the enable different lua versions"
HOMEPAGE="http://dev.gentoo.org/~mabi/lua-wrapper/"
SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="ppc ppc64 x86"
IUSE=""
DEPEND=""
RDEPEND=""
src_install () {
exeinto /usr/bin
newexe ${FILESDIR}/${P}.sh lua-config || die "Install failed"
}
|