diff options
Diffstat (limited to 'games-server/monopd/monopd-0.8.2.ebuild')
-rw-r--r-- | games-server/monopd/monopd-0.8.2.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/games-server/monopd/monopd-0.8.2.ebuild b/games-server/monopd/monopd-0.8.2.ebuild new file mode 100644 index 000000000000..0cb04656ca29 --- /dev/null +++ b/games-server/monopd/monopd-0.8.2.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-server/monopd/monopd-0.8.2.ebuild,v 1.1 2003/09/10 05:51:11 vapier Exp $ + +inherit games + +DESCRIPTION="server for atlantik games" +HOMEPAGE="http://unixcode.org/monopd/" +SRC_URI="mirror://sourceforge/monopd/${P}.tar.bz2" + +LICENSE="GPL-2" +KEYWORDS="x86" +SLOT="0" + +DEPEND=">=net-libs/libcapsinetwork-0.2.3 + >=sys-libs/libmath++-0.0.3" + +src_install() { + make install DESTDIR=${D} || die "make install failed" + dodoc doc/api/gameboard API AUTHORS ChangeLog INSTALL NEWS README* TODO + prepgamesdirs +} |