media-sound/rexima - 1.4-r2 (gentoo)

Search

Package Information

Description:
A curses-based interactive mixer which can also be used from the command-line
Homepage:
http://www.svgalib.org/rus/rexima.html
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
1.4-r2 8 amd64 ppc ~sparc x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit toolchain-funcs

DESCRIPTION="A curses-based interactive mixer which can also be used from the command-line"
HOMEPAGE="http://www.svgalib.org/rus/rexima.html"
SRC_URI="https://www.ibiblio.org/pub/Linux/apps/sound/mixers/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc ~sparc x86"

RDEPEND="sys-libs/ncurses:="
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"

PATCHES=( "${FILESDIR}"/${P}-makefile.patch )

src_configure() {
	tc-export CC PKG_CONFIG
}

src_install() {
	dobin rexima

	einstalldocs
	doman rexima.1
}

Dependencies

DEPEND

sys-libs/ncurses:=

RDEPEND

sys-libs/ncurses:=

BDEPEND

virtual/pkgconfig