mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
games-engines/exult: remove live ebuild
Closes: https://bugs.gentoo.org/752429 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/18118 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
committed by
Joonas Niilola
parent
72a9046245
commit
50d3b7e17c
@@ -1,54 +0,0 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
inherit autotools multilib eutils git-r3
|
||||
|
||||
DESCRIPTION="an Ultima 7 game engine that runs on modern operating systems"
|
||||
HOMEPAGE="http://exult.sourceforge.net/"
|
||||
EGIT_REPO_URI="https://github.com/exult/exult"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS=""
|
||||
IUSE="+sdl2 timidity zlib"
|
||||
|
||||
DEPEND="
|
||||
>=media-libs/libpng-1.2.43-r2:0
|
||||
games-misc/exult-sound
|
||||
media-libs/libvorbis
|
||||
sdl2? ( media-libs/libsdl2[sound,video,X] )
|
||||
!sdl2? ( media-libs/libsdl[sound,video,X] )
|
||||
timidity? ( >=media-sound/timidity++-2 )
|
||||
zlib? ( sys-libs/zlib )
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
S=${WORKDIR}/${P/_/}
|
||||
DOCS=(
|
||||
AUTHORS ChangeLog FAQ NEWS README README.1ST
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
--x-libraries="/usr/$(get_libdir)" \
|
||||
--disable-tools \
|
||||
--disable-opengl \
|
||||
--enable-mods \
|
||||
--with-desktopdir=/usr/share/applications \
|
||||
--with-icondir=/usr/share/pixmaps \
|
||||
--with-sdl=$(usex sdl2 sdl2 sdl12) \
|
||||
$(use_enable timidity timidity-midi) \
|
||||
$(use_enable zlib zip-support)
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
elog "You *must* have the original Ultima7 The Black Gate and/or"
|
||||
elog "The Serpent Isle installed."
|
||||
elog "See documentation in /usr/share/doc/${PF} for information."
|
||||
}
|
||||
Reference in New Issue
Block a user