diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-11-13 20:53:58 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-11-13 20:53:58 +0000 |
commit | e5501be1afdd6a4a7d3319b7c7ac61b08d13b8c4 (patch) | |
tree | 3993df5c3feb4b975b1bea43c369e014173d4753 /games-board/gtkatlantic/gtkatlantic-0.3.1.ebuild | |
parent | version bump (bug 33385) (diff) | |
download | historical-e5501be1afdd6a4a7d3319b7c7ac61b08d13b8c4.tar.gz historical-e5501be1afdd6a4a7d3319b7c7ac61b08d13b8c4.tar.bz2 historical-e5501be1afdd6a4a7d3319b7c7ac61b08d13b8c4.zip |
version bump (bug 33385)
Diffstat (limited to 'games-board/gtkatlantic/gtkatlantic-0.3.1.ebuild')
-rw-r--r-- | games-board/gtkatlantic/gtkatlantic-0.3.1.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/games-board/gtkatlantic/gtkatlantic-0.3.1.ebuild b/games-board/gtkatlantic/gtkatlantic-0.3.1.ebuild new file mode 100644 index 000000000000..bccbf14933ab --- /dev/null +++ b/games-board/gtkatlantic/gtkatlantic-0.3.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/gtkatlantic-0.3.1.ebuild,v 1.1 2003/11/13 20:53:56 mr_bones_ Exp $ + +inherit games + +DESCRIPTION="Monopoly-like game that works with the monopd server" +HOMEPAGE="http://gtkatlantic.sourceforge.net/" +SRC_URI="mirror://sourceforge/gtkatlantic/${P}.tar.bz2" + +LICENSE="GPL-2" +KEYWORDS="x86" +SLOT="0" + +DEPEND="=x11-libs/gtk+-1.2* + >=dev-libs/libxml2-2.4.0 + >=media-libs/libpng-1.0.12" + +src_install() { + make DESTDIR=${D} install || die "make install failed" + dodoc README AUTHORS ChangeLog NEWS || die "dodoc failed" + prepgamesdirs +} |