Install this version:
emerge -a =games-arcade/pengupop-2.2.5
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =games-arcade/pengupop-2.2.5
Or alternatively:
emerge --autounmask-write -a =games-arcade/pengupop-2.2.5
# 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} -n Pengupop
}
| Mirror Name | URLs |
|---|---|
| gentoo |
media-libs/libsdl[sound,video] virtual/zlib:=
media-libs/libsdl[sound,video] virtual/zlib:=
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | pengupop-2.2.5.tar.gz | 1676224 bytes | mirror://gentoo/pengupop-2.2.5.tar.gz |