From 24934e623441310f644e5f72855b0f2bf9f3cd1a Mon Sep 17 00:00:00 2001 From: BlackNoxis Date: Mon, 27 Oct 2014 18:38:05 +0200 Subject: Incoming! Moving Rogento.git to kogaion-desktop. Finally --- media-sound/pymaxe/pymaxe-0.60.ebuild | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 media-sound/pymaxe/pymaxe-0.60.ebuild (limited to 'media-sound/pymaxe/pymaxe-0.60.ebuild') diff --git a/media-sound/pymaxe/pymaxe-0.60.ebuild b/media-sound/pymaxe/pymaxe-0.60.ebuild new file mode 100644 index 00000000..bfb22a70 --- /dev/null +++ b/media-sound/pymaxe/pymaxe-0.60.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=4 + +inherit eutils + +DESCRIPTION="Pymaxe is an easy to use and open-source application which lets you download music or videos from some media-sharing websites, such as YouTube, Trilulilu or 4shared" +HOMEPAGE="http://pymaxe.com" +SRC_URI="http://pymaxe.com/files/latest/${PN}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="media-video/mplayer2 + media-video/vlc + virtual/ffmpeg + dev-python/pygtk + media-libs/gst-plugins-ugly + media-plugins/gst-plugins-ffmpeg + media-plugins/gst-plugins-meta" +DEPEND="" + +S="${WORKDIR}" + + +src_install() { + cd "${S}" + doins -r "${S}"/usr || die + fperms 755 /usr/bin/${PN} || die +} -- cgit v1.2.3