commit:     5a931c58bf393648f71d33f6629821bac365e841
Author:     Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Sat Jan  2 23:22:32 2016 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sat Jan  2 23:27:05 2016 +0000
URL:        https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=5a931c58

media-sound/freac: 20151115

 media-sound/freac/freac-20151115.ebuild | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/media-sound/freac/freac-20151115.ebuild 
b/media-sound/freac/freac-20151115.ebuild
new file mode 100644
index 0000000..e18b4fd
--- /dev/null
+++ b/media-sound/freac/freac-20151115.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+DESCRIPTION="Audio converter and CD ripper"
+HOMEPAGE="https://www.freac.org/";
+SRC_URI="https://freac.org/preview/${P}.tar.gz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+       media-libs/freac-cdk
+       sys-devel/gcc:*[cxx]
+       x11-libs/smooth
+       "
+DEPEND="${RDEPEND}"
+
+src_compile() {
+       emake prefix=/usr
+}
+
+src_install() {
+       emake DESTDIR="${D}" prefix=/usr install
+}

Reply via email to