diff options
Diffstat (limited to 'games-util/eureka/eureka-111.ebuild')
-rw-r--r-- | games-util/eureka/eureka-111.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/games-util/eureka/eureka-111.ebuild b/games-util/eureka/eureka-111.ebuild new file mode 100644 index 0000000..568a0ff --- /dev/null +++ b/games-util/eureka/eureka-111.ebuild @@ -0,0 +1,26 @@ +# Copyright 2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DESCRIPTION="Map editor for the classic DOOM games, and a few related games such as Heretic and Hexen." +HOMEPAGE="http://eureka-editor.sourceforge.net/" +SRC_URI="mirror://sourceforge/eureka-editor/${PV}/${P}-source.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +S=${WORKDIR}/${PN}-1.11-source + +DEPEND=">=x11-libs/fltk-1.3.0 + sys-libs/zlib" + +src_prepare() { + eapply "${FILESDIR}"/${P}-gentoo-makefile.patch + + eapply_user +} + |