Ucpt:Games-util/mercator/mercator-0.2.1.ebuild

From Gentoo Linux Wiki

Jump to: navigation, search
#

Image:Ebuild_file.png Games-util/mercator/mercator-0.2.1.ebuild

Back to the Index
inherit eutils

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

SLOT=""
LICENSE="GPL-2"
KEYWORDS="x86"
IUSE=""

DEPEND="virtual/libc
>=games-util/wfmath-0.3.3"

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