diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-07-29 17:52:25 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-07-29 17:52:25 +0000 |
commit | 108f40b7d5cb7c3ad664f9e3e349fb8ac9886604 (patch) | |
tree | e7f029d35f36cc90f22455b74cfe27f3e2819557 /games-mud/mudix | |
parent | Stable on sparc, bug #231189 (diff) | |
download | gentoo-2-108f40b7d5cb7c3ad664f9e3e349fb8ac9886604.tar.gz gentoo-2-108f40b7d5cb7c3ad664f9e3e349fb8ac9886604.tar.bz2 gentoo-2-108f40b7d5cb7c3ad664f9e3e349fb8ac9886604.zip |
old
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-mud/mudix')
-rw-r--r-- | games-mud/mudix/mudix-4.3.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/games-mud/mudix/mudix-4.3.ebuild b/games-mud/mudix/mudix-4.3.ebuild deleted file mode 100644 index 0f17e6d91324..000000000000 --- a/games-mud/mudix/mudix-4.3.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-mud/mudix/mudix-4.3.ebuild,v 1.1 2004/12/21 12:06:20 absinthe Exp $ - -DESCRIPTION="A small, stable MUD client for the console" -HOMEPAGE="http://dw.nl.eu.org/mudix.html" -SRC_URI="http://dw.nl.eu.org/mudix/${P}.tar.gz" - -KEYWORDS="~x86 ~ppc ~amd64" -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -DEPEND="virtual/libc - >=sys-libs/ncurses-5.2" - -src_compile() { - ./configure --host=${CHOST} \ - --prefix=/usr --sysconfdir=/etc \ - --localstatedir=/var/lib || die - - emake || die "emake failed" -} - -src_install () { - dobin mudix - dodoc README sample.usr -} |