diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-04-15 11:19:26 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-04-15 11:23:06 +0200 |
commit | aa41b79e70a9ace9009185cb5efc3bf9b59c7d06 (patch) | |
tree | e58ffe9d09e09a26be7e704d50b6c3f7667645fc /games-arcade/balloonchase | |
parent | dev-python/pyopenssl: stable 17.5.0 for ppc64, bug #647000 (diff) | |
download | gentoo-aa41b79e70a9ace9009185cb5efc3bf9b59c7d06.tar.gz gentoo-aa41b79e70a9ace9009185cb5efc3bf9b59c7d06.tar.bz2 gentoo-aa41b79e70a9ace9009185cb5efc3bf9b59c7d06.zip |
games-arcade/balloonchase: Stop using games.eclass
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'games-arcade/balloonchase')
-rw-r--r-- | games-arcade/balloonchase/balloonchase-0.9.6-r1.ebuild | 34 | ||||
-rw-r--r-- | games-arcade/balloonchase/files/0.9.6-gentoo.patch | 8 |
2 files changed, 38 insertions, 4 deletions
diff --git a/games-arcade/balloonchase/balloonchase-0.9.6-r1.ebuild b/games-arcade/balloonchase/balloonchase-0.9.6-r1.ebuild new file mode 100644 index 000000000000..36976cc63a40 --- /dev/null +++ b/games-arcade/balloonchase/balloonchase-0.9.6-r1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit desktop toolchain-funcs + +DESCRIPTION="Fly a hot air balloon and try to blow the other player out of the screen" +HOMEPAGE="http://makegho.mbnet.fi/c/bchase/" +SRC_URI="http://makegho.mbnet.fi/c/bchase/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="media-libs/libsdl[video]" +RDEPEND="${DEPEND}" + +src_prepare() { + default + eapply "${FILESDIR}"/${PV}-gentoo.patch + sed -i "s:g++:$(tc-getCXX):" Makefile || die + sed -i \ + -e "s:GENTOODIR:/usr/share/${PN}:" src/main.c || die +} + +src_install() { + dobin ${PN} + insinto /usr/share/${PN} + doins -r images + newicon images/kp2b.bmp ${PN}.bmp + make_desktop_entry ${PN} "Balloon Chase" /usr/share/pixmaps/${PN}.bmp + einstalldocs +} diff --git a/games-arcade/balloonchase/files/0.9.6-gentoo.patch b/games-arcade/balloonchase/files/0.9.6-gentoo.patch index 55e978850bbe..ff232693422b 100644 --- a/games-arcade/balloonchase/files/0.9.6-gentoo.patch +++ b/games-arcade/balloonchase/files/0.9.6-gentoo.patch @@ -1,5 +1,5 @@ ---- Makefile -+++ Makefile +--- a/Makefile ++++ b/Makefile @@ -1,4 +1,3 @@ -LDFLAGS= -lSDL -lpthread -s CFLAGS= -Wall # -DDEBUG @@ -16,8 +16,8 @@ pkg: @echo $(PKG_BCVERSION) >VERSION rm balloonchase src/*.o ---- src/main.c -+++ src/main.c +--- a/src/main.c ++++ b/src/main.c @@ -333,47 +333,47 @@ int InitImages() |