summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-12-31 16:53:00 +0000
committerMike Frysinger <vapier@gentoo.org>2003-12-31 16:53:00 +0000
commit03fc99b8a6e8856ad7ed28f8685e053f104da7c3 (patch)
tree3acd495e60aaa7243399c31c9bda382217687753 /games-action/geki3-KXL/geki3-KXL-1.0.3-r1.ebuild
parentis-flag() is free (diff)
downloadgentoo-2-03fc99b8a6e8856ad7ed28f8685e053f104da7c3.tar.gz
gentoo-2-03fc99b8a6e8856ad7ed28f8685e053f104da7c3.tar.bz2
gentoo-2-03fc99b8a6e8856ad7ed28f8685e053f104da7c3.zip
lets by FHS friendly
Diffstat (limited to 'games-action/geki3-KXL/geki3-KXL-1.0.3-r1.ebuild')
-rw-r--r--games-action/geki3-KXL/geki3-KXL-1.0.3-r1.ebuild31
1 files changed, 31 insertions, 0 deletions
diff --git a/games-action/geki3-KXL/geki3-KXL-1.0.3-r1.ebuild b/games-action/geki3-KXL/geki3-KXL-1.0.3-r1.ebuild
new file mode 100644
index 000000000000..18a2d7598b2c
--- /dev/null
+++ b/games-action/geki3-KXL/geki3-KXL-1.0.3-r1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/geki3-KXL/geki3-KXL-1.0.3-r1.ebuild,v 1.1 2003/12/31 16:53:00 vapier Exp $
+
+inherit games eutils
+
+DESCRIPTION="2D length scroll shooting game"
+SRC_URI="http://kxl.hn.org/download/${P}.tar.gz"
+HOMEPAGE="http://kxl.hn.org/"
+
+KEYWORDS="x86"
+SLOT="0"
+LICENSE="GPL-2"
+
+DEPEND=">=dev-games/KXL-1.1.7"
+
+src_unpack() {
+ unpack ${A}
+ cp -rf ${S}{,.orig}
+ cd ${S}
+ epatch ${FILESDIR}/${PV}-gentoo-paths.patch
+ aclocal || die "aclocal failed"
+ automake -a || die "automake failed"
+ autoconf || die "autoconf failed"
+}
+
+src_install() {
+ make DESTDIR=${D} install || die
+ dodoc ChangeLog README
+ prepgamesdirs
+}