diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-09-10 04:59:58 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-09-10 04:59:58 +0000 |
commit | 12c9973915d478c72a31e83a2dcd74a9d85f9329 (patch) | |
tree | d37cf05165786ebbb579f87068d6e4ac5c678a32 /games-roguelike/adom | |
parent | repoman: fix leading whitespace (diff) | |
download | gentoo-2-12c9973915d478c72a31e83a2dcd74a9d85f9329.tar.gz gentoo-2-12c9973915d478c72a31e83a2dcd74a9d85f9329.tar.bz2 gentoo-2-12c9973915d478c72a31e83a2dcd74a9d85f9329.zip |
hello rogues
Diffstat (limited to 'games-roguelike/adom')
-rw-r--r-- | games-roguelike/adom/ChangeLog | 8 | ||||
-rw-r--r-- | games-roguelike/adom/Manifest | 3 | ||||
-rw-r--r-- | games-roguelike/adom/adom-1.1.1.ebuild | 34 | ||||
-rw-r--r-- | games-roguelike/adom/files/digest-adom-1.1.1 | 1 |
4 files changed, 46 insertions, 0 deletions
diff --git a/games-roguelike/adom/ChangeLog b/games-roguelike/adom/ChangeLog new file mode 100644 index 000000000000..01ff4a42be4c --- /dev/null +++ b/games-roguelike/adom/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for app-games/adom +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/adom/ChangeLog,v 1.1 2003/09/10 04:59:58 vapier Exp $ + +*adom-1.1.1 (11 Jul 2003) + + 11 Jul 2003; Mike Frysinger <vapier@gentoo.org> : + Initial import. Ebuild submitted by Andres Loeh <kosmikus@gentoo.org> #12368. diff --git a/games-roguelike/adom/Manifest b/games-roguelike/adom/Manifest new file mode 100644 index 000000000000..a8a6f206ae21 --- /dev/null +++ b/games-roguelike/adom/Manifest @@ -0,0 +1,3 @@ +MD5 34b564d4ab84239b6709486db40bba12 ChangeLog 370 +MD5 4ccf472dd16e31ac44de839cd815fb4e adom-1.1.1.ebuild 796 +MD5 d070375db255e71a004c837e89f7969c files/digest-adom-1.1.1 65 diff --git a/games-roguelike/adom/adom-1.1.1.ebuild b/games-roguelike/adom/adom-1.1.1.ebuild new file mode 100644 index 000000000000..5f27c21fd966 --- /dev/null +++ b/games-roguelike/adom/adom-1.1.1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/adom/adom-1.1.1.ebuild,v 1.1 2003/09/10 04:59:58 vapier Exp $ + +inherit games eutils + +DESCRIPTION="Ancient Domains Of Mystery rogue-like game" +HOMEPAGE="http://www.adom.de/" +SRC_URI="http://www.adom.de/adom/download/linux/${P//.}-elf.tar.gz" + +LICENSE="adom" +SLOT="0" +KEYWORDS="x86" + +DEPEND="virtual/glibc + >=sys-libs/ncurses-5.0" + +S=${WORKDIR}/${PN} + +src_install() { + exeinto ${GAMES_PREFIX_OPT}/bin + doexe adom + + dodir ${GAMES_DATADIR}/${PN} + keepdir ${GAMES_DATADIR}/${PN} + echo ${GAMES_DATADIR}/${PN} > adom_ds.cfg + insinto /etc + doins adom_ds.cfg + + edos2unix adomfaq.txt + dodoc adomfaq.txt manual.doc readme.1st + + prepgamesdirs +} diff --git a/games-roguelike/adom/files/digest-adom-1.1.1 b/games-roguelike/adom/files/digest-adom-1.1.1 new file mode 100644 index 000000000000..5f0715d1aa15 --- /dev/null +++ b/games-roguelike/adom/files/digest-adom-1.1.1 @@ -0,0 +1 @@ +MD5 801484ba7c7c03b3b999365bc45db053 adom-111-elf.tar.gz 1001683 |