| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2.2.5-r2 | 9 | ~amd64 ~x86 | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=9
inherit desktop
DESCRIPTION="Networked Puzzle Bubble clone"
HOMEPAGE="http://freshmeat.net/projects/pengupop"
SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
media-libs/libsdl[sound,video]
virtual/zlib:="
DEPEND="${RDEPEND}"
PATCHES=(
"${FILESDIR}"/${PN}-2.2.5-clang16-fix.patch
)
src_compile() {
emake LIBS=-lm #497196
}
src_install() {
default
doicon pengupop.png
make_desktop_entry ${PN} Pengupop
}
| Mirror Name | URLs |
|---|---|
| gentoo |
media-libs/libsdl[sound,video] virtual/zlib:=
media-libs/libsdl[sound,video] virtual/zlib:=