net-im/ratox - 9999 (mva)

Search

Install

Install this version:

emerge -a =net-im/ratox-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =net-im/ratox-9999

Or alternatively:

emerge --autounmask-write -a =net-im/ratox-9999

Package Information

Description:
A minimal FIFO based client for Tox
Homepage:
https://git.2f30.org/ratox/
License:
ISC

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 2026 mva
# Distributed under the terms of the Public Domain or CC0 License

EAPI=8

inherit git-r3

DESCRIPTION="A minimal FIFO based client for Tox"
HOMEPAGE="https://git.2f30.org/ratox/"
EGIT_REPO_URI="git://git.2f30.org/ratox.git"

LICENSE="ISC"
SLOT="0"

RDEPEND="
	net-libs/tox[av]
	media-libs/libv4l
	media-libs/libvpx
	media-libs/openal
"
DEPEND="
	${RDEPEND}
	virtual/pkgconfig
"

src_prepare() {
	sed -r \
		-e 's@(^PREFIX).*@\1=/usr@' \
		-i config.mk
	default
}

Inherited Eclasses

Dependencies

DEPEND

	
	net-libs/tox[av]
	media-libs/libv4l
	media-libs/libvpx
	media-libs/openal

	virtual/pkgconfig

RDEPEND

	net-libs/tox[av]
	media-libs/libv4l
	media-libs/libvpx
	media-libs/openal