summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-05-05 21:22:39 +0000
committerMike Frysinger <vapier@gentoo.org>2009-05-05 21:22:39 +0000
commit84dea98054608589775d7786a5b5146200746f79 (patch)
tree7f93fe8046626cff658a20de8997ce4e08d5d739 /media-video/cclive/cclive-0.4.1.ebuild
parentChanging use flag gsm to eap-sim, fixing half of bug #254677 (diff)
downloadgentoo-2-84dea98054608589775d7786a5b5146200746f79.tar.gz
gentoo-2-84dea98054608589775d7786a5b5146200746f79.tar.bz2
gentoo-2-84dea98054608589775d7786a5b5146200746f79.zip
Initial ebuild by me.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'media-video/cclive/cclive-0.4.1.ebuild')
-rw-r--r--media-video/cclive/cclive-0.4.1.ebuild28
1 files changed, 28 insertions, 0 deletions
diff --git a/media-video/cclive/cclive-0.4.1.ebuild b/media-video/cclive/cclive-0.4.1.ebuild
new file mode 100644
index 000000000000..8b3e3a4ccd59
--- /dev/null
+++ b/media-video/cclive/cclive-0.4.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/cclive/cclive-0.4.1.ebuild,v 1.1 2009/05/05 21:22:39 vapier Exp $
+
+inherit eutils
+
+DESCRIPTION="Command line tool for extracting videos from various websites"
+HOMEPAGE="http://code.google.com/p/cclive/"
+SRC_URI="http://cclive.googlecode.com/files/${P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND=">=net-misc/curl-7.18.0"
+DEPEND="${RDEPEND}"
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ epatch "${FILESDIR}"/${P}-64bit.patch
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die
+ dodoc AUTHORS ChangeLog NEWS README TODO
+}