Ucpt:Games-util/sage/sage-0.1.1.ebuild

From Gentoo Linux Wiki

Jump to: navigation, search
#

Image:Ebuild_file.png Games-util/sage/sage-0.1.1.ebuild

Back to the Index
inherit eutils

DESCRIPTION="The Sage library from WorldForge"
SRC_URI="mirror://sourceforge/worldforge/${P}.tar.gz"
HOMEPAGE="http://www.worldforge.org/"

SLOT=""
LICENSE="LGPL-2.1"
KEYWORDS="x86"
IUSE=""

DEPEND="virtual/libc"

src_install() {
	make DESTDIR=${D} install || die "make install died"
	dodoc AUTHORS COPYING ChangeLog NEWS README TODO
}
 #
Personal tools