summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-misc/fortune-mod-dune/fortune-mod-dune-2.0.1.ebuild')
-rw-r--r--games-misc/fortune-mod-dune/fortune-mod-dune-2.0.1.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/games-misc/fortune-mod-dune/fortune-mod-dune-2.0.1.ebuild b/games-misc/fortune-mod-dune/fortune-mod-dune-2.0.1.ebuild
new file mode 100644
index 000000000000..384b9ab2287c
--- /dev/null
+++ b/games-misc/fortune-mod-dune/fortune-mod-dune-2.0.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-dune/fortune-mod-dune-2.0.1.ebuild,v 1.1 2004/06/05 21:51:26 kloeri Exp $
+
+MY_P=${PN}-quotes.${PV}
+DESCRIPTION="Quotes from Frank Herbert's Dune Chronicles"
+HOMEPAGE="http://dune.s31.pl/"
+SRC_URI="http://dune.s31.pl/${MY_P}.tar.gz"
+
+LICENSE="free-noncomm"
+SLOT="0"
+KEYWORDS="~x86"
+
+RDEPEND="games-misc/fortune-mod"
+
+S="${WORKDIR}/${MY_P}"
+
+src_install() {
+ insinto /usr/share/fortune
+ doins *
+}