diff options
author | 2003-09-10 06:36:01 +0000 | |
---|---|---|
committer | 2003-09-10 06:36:01 +0000 | |
commit | 2f7b073c1bc54c873666c4522cd6cd49ac1d59df (patch) | |
tree | 072f3e7b49f6b078b595b1483277009b1f03d0f6 /games-puzzle/construo | |
parent | games-puzzle (diff) | |
download | gentoo-2-2f7b073c1bc54c873666c4522cd6cd49ac1d59df.tar.gz gentoo-2-2f7b073c1bc54c873666c4522cd6cd49ac1d59df.tar.bz2 gentoo-2-2f7b073c1bc54c873666c4522cd6cd49ac1d59df.zip |
games-puzzle !@
Diffstat (limited to 'games-puzzle/construo')
-rw-r--r-- | games-puzzle/construo/ChangeLog | 9 | ||||
-rw-r--r-- | games-puzzle/construo/Manifest | 3 | ||||
-rw-r--r-- | games-puzzle/construo/construo-0.2.2.ebuild | 28 | ||||
-rw-r--r-- | games-puzzle/construo/files/digest-construo-0.2.2 | 1 |
4 files changed, 41 insertions, 0 deletions
diff --git a/games-puzzle/construo/ChangeLog b/games-puzzle/construo/ChangeLog new file mode 100644 index 000000000000..0e6ab383c31d --- /dev/null +++ b/games-puzzle/construo/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for app-games/construo +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/construo/ChangeLog,v 1.1 2003/09/10 06:36:00 vapier Exp $ + +*construo-0.2.2 (02 Aug 2003) + + 02 Aug 2003; Michael Sterrett <msterret@gentoo.org> construo-0.2.2.ebuild: + initial commit. ebuild supplied by Rob Cakebread (modified) via bug 25708. + diff --git a/games-puzzle/construo/Manifest b/games-puzzle/construo/Manifest new file mode 100644 index 000000000000..f39703198892 --- /dev/null +++ b/games-puzzle/construo/Manifest @@ -0,0 +1,3 @@ +MD5 0be2aefd217e2f6b3866cd5ca6c1352c construo-0.2.2.ebuild 817 +MD5 cf11489398441803ea94e1c3762fc23f ChangeLog 406 +MD5 36c9bcbd756d8e994a1769be94474c3a files/digest-construo-0.2.2 66 diff --git a/games-puzzle/construo/construo-0.2.2.ebuild b/games-puzzle/construo/construo-0.2.2.ebuild new file mode 100644 index 000000000000..aa6e100236ff --- /dev/null +++ b/games-puzzle/construo/construo-0.2.2.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/construo/construo-0.2.2.ebuild,v 1.1 2003/09/10 06:36:00 vapier Exp $ + +inherit games + +DESCRIPTION="2d construction toy with objects that react on physical forces" +HOMEPAGE="http://www.nongnu.org/construo/" +SRC_URI="http://freesoftware.fsf.org/download/construo/construo.pkg/${PV}/${P}.tar.gz" +LICENSE="GPL-2" +KEYWORDS="x86" +SLOT="0" +IUSE="" + +DEPEND="virtual/x11 + sys-libs/zlib + virtual/glut" + +src_compile() { + egamesconf --datadir=${GAMES_DATADIR_BASE} + emake || die "emake failed" +} + +src_install() { + make DESTDIR=${D} bindir=/usr/games/bin install || die "make install failed" + dodoc AUTHORS INSTALL INSTALL.configure NEWS README TODO + prepgamesdirs +} diff --git a/games-puzzle/construo/files/digest-construo-0.2.2 b/games-puzzle/construo/files/digest-construo-0.2.2 new file mode 100644 index 000000000000..c2833e199262 --- /dev/null +++ b/games-puzzle/construo/files/digest-construo-0.2.2 @@ -0,0 +1 @@ +MD5 c18144898f98929b67245c5f703f9f39 construo-0.2.2.tar.gz 442626 |