mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-08 14:15:07 +02:00
This drops multilib, static-libs, and the stable keywords. This is only used by games, none of which are currently packaged, and I am close to last-riting this. Closes: https://bugs.gentoo.org/955824 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
23 lines
451 B
Bash
23 lines
451 B
Bash
# Copyright 1999-2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
inherit cmake
|
|
|
|
DESCRIPTION="OpenGL PNG image library"
|
|
HOMEPAGE="https://repo.or.cz/w/glpng.git"
|
|
SRC_URI="https://repo.or.cz/w/glpng.git/snapshot/v${PV}.tar.gz -> ${P}.tar.gz"
|
|
S="${WORKDIR}/${PN}-v${PV}-2266ea1"
|
|
|
|
LICENSE="ZLIB"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~ppc ~x86"
|
|
|
|
RDEPEND="
|
|
media-libs/libpng:0=
|
|
virtual/opengl
|
|
"
|
|
DEPEND="
|
|
${RDEPEND}
|
|
"
|