| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.9.5 | 8 | ~amd64 ~x86 | 0 |
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit autotools desktop flag-o-matic toolchain-funcs
DESCRIPTION="Rotating pieces puzzle game"
HOMEPAGE="https://github.com/artemsen/pipewalker"
SRC_URI="https://github.com/artemsen/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="
media-libs/libpng:=
media-libs/libsdl[opengl,sound,video]
virtual/opengl
"
RDEPEND="${DEPEND}"
BDEPEND="virtual/pkgconfig"
src_prepare() {
default
eautoreconf
}
src_configure() {
append-cppflags $($(tc-getPKG_CONFIG) --cflags sdl || die)
default
}
src_install() {
emake -C data DESTDIR="${D}" install
dobin src/${PN}
doicon extra/${PN}.xpm
make_desktop_entry ${PN} PipeWalker
einstalldocs
}
media-libs/libpng:= media-libs/libsdl[opengl,sound,video] virtual/opengl
media-libs/libpng:= media-libs/libsdl[opengl,sound,video] virtual/opengl
virtual/pkgconfig
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | pipewalker-0.9.5.tar.gz | 1142542 bytes | https://github.com/artemsen/pipewalker/archive/refs/tags/v0.9.5.tar.gz |