summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-misc/fortune-mod-taow/fortune-mod-taow-1.0.ebuild')
-rw-r--r--games-misc/fortune-mod-taow/fortune-mod-taow-1.0.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/games-misc/fortune-mod-taow/fortune-mod-taow-1.0.ebuild b/games-misc/fortune-mod-taow/fortune-mod-taow-1.0.ebuild
new file mode 100644
index 000000000000..749a378eee48
--- /dev/null
+++ b/games-misc/fortune-mod-taow/fortune-mod-taow-1.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+EAPI=5
+MY_P=fortunes-taow-${PV}
+DESCRIPTION="The Art of War Fortune Mod"
+HOMEPAGE="http://www.de-brauwer.be/wiki/wikka.php?wakka=TheArtOfWar"
+SRC_URI="http://www.de-brauwer.be/wastebasket/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="amd64 x86 ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+IUSE=""
+
+RDEPEND="games-misc/fortune-mod"
+
+S=${WORKDIR}/${MY_P}
+
+src_install() {
+ insinto /usr/share/fortune
+ doins taow taow.dat
+}