games-rpg/freedroid - 1.2.3 (gentoo)

Search

Package Information

Description:
The original Freedroid, a clone of the C64 classic Paradroid
Homepage:
https://github.com/ReinhardPrix/FreedroidClassic
License:
GPL-2+

Ebuild Details

Version EAPI Keywords Slot
1.2.3 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit autotools desktop

DESCRIPTION="The original Freedroid, a clone of the C64 classic Paradroid"
HOMEPAGE="https://github.com/ReinhardPrix/FreedroidClassic"
SRC_URI="https://github.com/ReinhardPrix/FreedroidClassic/archive/refs/tags/${P}.apk.tar.gz"
S=${WORKDIR}/FreedroidClassic-${P}.apk

LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND="
	media-libs/libsdl[joystick,sound,video]
	media-libs/sdl-gfx:=
	media-libs/sdl-image[jpeg,png]
	media-libs/sdl-mixer[mod,vorbis]
"
DEPEND="${RDEPEND}"
BDEPEND="
	virtual/pkgconfig
"

src_prepare() {
	default

	eautoreconf
}

src_install() {
	default

	newicon graphics/paraicon_48x48.png ${PN}.png
	make_desktop_entry ${PN} ${PN^} ${PN} "Game;"
}

Dependencies

DEPEND

	media-libs/libsdl[joystick,sound,video]
	media-libs/sdl-gfx:=
	media-libs/sdl-image[jpeg,png]
	media-libs/sdl-mixer[mod,vorbis]

RDEPEND

	media-libs/libsdl[joystick,sound,video]
	media-libs/sdl-gfx:=
	media-libs/sdl-image[jpeg,png]
	media-libs/sdl-mixer[mod,vorbis]

BDEPEND

	virtual/pkgconfig

Manifest for 1.2.3

Type File Size Source URLs
DIST freedroid-1.2.3.apk.tar.gz 25025294 bytes https://github.com/ReinhardPrix/FreedroidClassic/archive/refs/tags/freedroid-1.2.3.apk.tar.gz