gentoo-ebuilds/media-libs/libxmp/libxmp-4.6.3.ebuild
Arthur Zamarin a4422a34a4
media-libs/libxmp: Stabilize 4.6.3 ppc64, #964029
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-10-18 10:01:38 +03:00

23 lines
530 B
Bash

# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit multilib-minimal
DESCRIPTION="Library that renders module files to PCM data"
HOMEPAGE="https://github.com/libxmp/libxmp"
SRC_URI="https://github.com/libxmp/libxmp/releases/download/${P}/${P}.tar.gz"
LICENSE="MIT 0BSD public-domain"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~sparc x86"
src_prepare() {
default
multilib_copy_sources
}
multilib_src_compile() {
emake V=1
}