# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit games DESCRIPTION="a multi-user dungeon game system server" HOMEPAGE="http://www.circlemud.org/" SRC_URI="ftp://ftp.circlemud.org/pub/CircleMUD/${PV/.*}.x/circle-${PV}.tar.bz2" LICENSE="circlemud" SLOT="0" KEYWORDS="~x86" DEPEND="virtual/glibc dev-libs/openssl" S=${WORKDIR}/circle-${PV} src_unpack() { unpack ${A} cd ${S}/src touch .accepted sed -i 's:^read.*::' licheck } src_compile() { egamesconf || die cd src emake || die } src_install() { rm bin/README exeinto ${GAMES_LIBDIR}/${PN} doexe bin/* autorun cp -rf lib log ${D}/${GAMES_LIBDIR}/${PN}/ dodoc doc/{README.UNIX,*.pdf,*.txt} ChangeLog FAQ README release_notes.${PV}.txt prepgamesdirs }