diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-12-02 06:33:19 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-12-02 06:33:19 +0000 |
commit | b6c6a69f9dcd01085921649a28ec010a3a1792a6 (patch) | |
tree | da78889505d97af8a3d0284e557d2a24214a9b2e /games-puzzle/glickomania/glickomania-1.0.ebuild | |
parent | initial commit (bug 34847) (diff) | |
download | historical-b6c6a69f9dcd01085921649a28ec010a3a1792a6.tar.gz historical-b6c6a69f9dcd01085921649a28ec010a3a1792a6.tar.bz2 historical-b6c6a69f9dcd01085921649a28ec010a3a1792a6.zip |
initial commit (bug 34847)
Diffstat (limited to 'games-puzzle/glickomania/glickomania-1.0.ebuild')
-rw-r--r-- | games-puzzle/glickomania/glickomania-1.0.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/games-puzzle/glickomania/glickomania-1.0.ebuild b/games-puzzle/glickomania/glickomania-1.0.ebuild new file mode 100644 index 000000000000..1c47c3a2b32f --- /dev/null +++ b/games-puzzle/glickomania/glickomania-1.0.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-puzzle/glickomania/glickomania-1.0.ebuild,v 1.1 2003/12/02 06:33:12 mr_bones_ Exp $ + +inherit games + +DESCRIPTION="An addictive variation of same game" +HOMEPAGE="http://hibase.cs.hut.fi/~cessu/glickomania/" +SRC_URI="http://hibase.cs.hut.fi/~cessu/glickomania/${P}.tar.gz" + +KEYWORDS="x86" +LICENSE="GPL-2" +SLOT="0" +IUSE="" + +DEPEND="=x11-libs/gtk+-1.2* + virtual/x11" + +src_install() { + dogamesbin src/glickomania || die "dogamesbin failed" + dodoc AUTHORS BUGS ChangeLog NEWS README THANKS TODO || die "dodoc failed" + prepgamesdirs +} |