[Lunar-commits] <moonbase> cclive: video download tool

Paul Bredbury brebs at lunar-linux.org
Mon Aug 31 20:48:03 CEST 2009


commit 7f7adf5620720514862216e2bfd7576837e153aa
Author: Paul Bredbury <brebs at lunar-linux.org>
Date:   Tue Sep 1 01:48:03 2009 +0700

    cclive: video download tool
    
    Adding to moonbase.
---
 zbeta/cclive/BUILD   |    8 ++++++++
 zbeta/cclive/DEPENDS |    2 ++
 zbeta/cclive/DETAILS |   21 +++++++++++++++++++++
 3 files changed, 31 insertions(+), 0 deletions(-)

diff --git a/zbeta/cclive/BUILD b/zbeta/cclive/BUILD
new file mode 100644
index 0000000..3047140
--- /dev/null
+++ b/zbeta/cclive/BUILD
@@ -0,0 +1,8 @@
+(
+
+  # Unwanted doc
+  rm -f README.w32  &&
+
+  default_build
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/cclive/DEPENDS b/zbeta/cclive/DEPENDS
new file mode 100644
index 0000000..3c7f96e
--- /dev/null
+++ b/zbeta/cclive/DEPENDS
@@ -0,0 +1,2 @@
+depends pcre
+depends curl
diff --git a/zbeta/cclive/DETAILS b/zbeta/cclive/DETAILS
new file mode 100644
index 0000000..1ec15c3
--- /dev/null
+++ b/zbeta/cclive/DETAILS
@@ -0,0 +1,21 @@
+          MODULE=cclive
+         VERSION=0.5.0
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=http://cclive.googlecode.com/files
+      SOURCE_VFY=sha1:35a10aa572a0ec80407343e703f90156c5713e17
+        WEB_SITE=http://code.google.com/p/cclive/
+         ENTERED=20090901
+         UPDATED=20090901
+           SHORT="command-line tool for extracting videos from various websites"
+
+cat << EOF
+cclive is a lightweight command-line video extraction tool for YouTube
+and other similar video websites. It is a rewrite of the clive software
+in C++, with a lower system footprint and fewer dependencies.
+
+cclive is primarily a "video download tool", but it can also be used
+with video player software, like "mplayer", for viewing streamed videos
+instead of the Adobe Flash player.
+
+View the supported websites with:  cclive --hosts
+EOF


More information about the Lunar-commits mailing list