You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-action/orbital-eunuchs-sniper/orbital-eunuchs-sniper-1.30...

43 lines
819 B

# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit autotools desktop
MY_P=${PN//-/_}-${PV}
DESCRIPTION="Snipe terrorists from your orbital base"
HOMEPAGE="http://icculus.org/oes/"
SRC_URI="http://filesingularity.timedoctor.org/${MY_P}.tar.gz"
LICENSE="ZLIB"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="media-libs/libsdl[joystick,video]
media-libs/sdl-image[png]
media-libs/sdl-mixer[vorbis]"
RDEPEND=${DEPEND}
S=${WORKDIR}/${MY_P}
PATCHES=(
"${FILESDIR}"/${P}-datadir.patch
"${FILESDIR}"/${P}-gcc43.patch
)
src_prepare() {
default
sed -i \
-e '/^sleep /d' \
configure.ac || die
eautoreconf
}
src_install() {
DOCS="AUTHORS ChangeLog readme.txt README TODO" \
default
make_desktop_entry snipe2d "Orbital Eunuchs Sniper"
}