gentoo-ebuilds/sys-apps/spu-tools/spu-tools-2.3.0.136.ebuild
Lucio Sauer 794061a329
*/*: inline mirror://sourceforge
bump copyright of touched ebuilds to 2024

Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-04-30 20:21:05 +02:00

39 lines
776 B
Bash

# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit flag-o-matic toolchain-funcs
MY_P="${P/_p/-}"
DESCRIPTION="CELL spu ps and top alike utilities"
HOMEPAGE="https://sourceforge.net/projects/libspe"
SRC_URI="https://downloads.sourceforge.net/libspe/${MY_P}.tar.gz"
S="${WORKDIR}/${PN}/src"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="ppc ppc64"
RDEPEND="
sys-libs/ncurses:=
"
DEPEND="${RDEPEND}"
BDEPEND="
sys-apps/help2man
virtual/pkgconfig
"
PATCHES=(
"${FILESDIR}"/${P}-buildsystem.patch
"${FILESDIR}"/${P}-format-security.patch
)
src_configure() {
tc-export CC
append-cppflags -std=gnu89
export CFLAGS="${CFLAGS}"
export LDFLAGS="${LDFLAGS}"
export LIBS="$($(tc-getPKG_CONFIG) --libs ncurses)"
}