diff options
Diffstat (limited to 'net-im/ratox/ratox-9999.ebuild')
-rw-r--r-- | net-im/ratox/ratox-9999.ebuild | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/net-im/ratox/ratox-9999.ebuild b/net-im/ratox/ratox-9999.ebuild new file mode 100644 index 00000000..2799f959 --- /dev/null +++ b/net-im/ratox/ratox-9999.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit git-2 + +DESCRIPTION=" A minimal FIFO based client for Tox" +HOMEPAGE="http://git.2f30.org/ratox" +EGIT_REPO_URI="git://git.2f30.org/ratox + http://git.2f30.org/ratox" + +LICENSE="ISC" +SLOT="0" +IUSE="" + +RDEPEND="net-libs/tox[av] + media-libs/libv4l + media-libs/libvpx + media-libs/openal" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +src_prepare() { + epatch_user +} + +src_compile() { + emake +} + +src_install() { + emake DESTDIR="${D}" PREFIX="${EPREFIX}" install +} |