diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-17 11:53:53 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-17 11:53:53 +0700 |
commit | 8c97a977283b8f240d224d583b8d6f8fa8dec4b1 (patch) | |
tree | 3e365038baebb4da870657e2b78bdef1183bfe99 /network/cclive | |
parent | cec4c150a28a06f74402af6351249f7753978bc2 (diff) |
network/cclive: Removed (Not building on 15.0).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/cclive')
-rw-r--r-- | network/cclive/README | 8 | ||||
-rw-r--r-- | network/cclive/cclive.SlackBuild | 93 | ||||
-rw-r--r-- | network/cclive/cclive.info | 10 | ||||
-rw-r--r-- | network/cclive/slack-desc | 19 |
4 files changed, 0 insertions, 130 deletions
diff --git a/network/cclive/README b/network/cclive/README deleted file mode 100644 index aac7ab605c5a..000000000000 --- a/network/cclive/README +++ /dev/null @@ -1,8 +0,0 @@ -cclive is a command line tool for downloading videos from Youtube and -other similar video websites that require Adobe Flash to view the -video content. It has low memory footprint compared to other similar -tools. It is a rewrite ot the clive software in C++, and it is free -software, licensed under the GPLv3. - -If you wish custom settings, e.g. for the output filename, create -$HOME/.ccliverc (see manpage). diff --git a/network/cclive/cclive.SlackBuild b/network/cclive/cclive.SlackBuild deleted file mode 100644 index 9510e95f0e44..000000000000 --- a/network/cclive/cclive.SlackBuild +++ /dev/null @@ -1,93 +0,0 @@ -#!/bin/bash - -# Slackware build script for cclive - -# Written by crocket <crockabiscuit@gmail.com> -# Modified by Marek Srejma <sam_web@yahoo.de> 2017/05/03 - -cd $(dirname $0) ; CWD=$(pwd) - -PRGNAM=cclive -VERSION=${VERSION:-0.9.3} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} -PKGTYPE=${PKGTYPE:-tgz} - -if [ -z "$ARCH" ]; then - case "$( uname -m )" in - i?86) ARCH=i586 ;; - arm*) ARCH=arm ;; - *) ARCH=$( uname -m ) ;; - esac -fi - -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. -if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then - echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" - exit 0 -fi - -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -if [ "$ARCH" = "i586" ]; then - SLKCFLAGS="-O2 -march=i586 -mtune=i686" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" -else - SLKCFLAGS="-O2" -fi - -set -e - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.?z* -cd $PRGNAM-$VERSION -chown -R root:root . -find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ - -o -perm 511 \) -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; - -# Add missing library -sed -i '25,1i#include <iostream>' src/cc/error.h src/cc/options.h -# Eliminate some warnings -sed -i '/with.*CXX/ s/", "/ ", " /' src/cc/options.h - -CPPFLAGS="-P -std=gnu++11" \ -CFLAGS="$SLKCFLAGS" \ -CXXFLAGS="$SLKCFLAGS" \ -./configure \ - --prefix=/usr \ - --mandir=/usr/man \ - --docdir=/usr/doc/$PRGNAM-$VERSION \ - --build=$ARCH-slackware-linux - -make -make install-strip DESTDIR=$PKG - -find $PKG/usr/man -type f -exec gzip -9 {} \; -for i in $( find $PKG/usr/man -type l ) ; do - ln -s $( readlink $i ).gz $i.gz - rm $i -done - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS COPYING ChangeLog INSTALL NEWS README VERSION \ - $PKG/usr/doc/$PRGNAM-$VERSION -cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild - -mkdir -p $PKG/install -cat $CWD/slack-desc > $PKG/install/slack-desc - -cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE diff --git a/network/cclive/cclive.info b/network/cclive/cclive.info deleted file mode 100644 index c0179ebe657d..000000000000 --- a/network/cclive/cclive.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="cclive" -VERSION="0.9.3" -HOMEPAGE="http://cclive.sourceforge.net/" -DOWNLOAD="https://downloads.sourceforge.net/cclive/cclive-0.9.3.tar.xz" -MD5SUM="c336f97e29327d92ead62765a0ef0b65" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -REQUIRES="quvi" -MAINTAINER="Marek Srejma" -EMAIL="sam_web@yahoo.de" diff --git a/network/cclive/slack-desc b/network/cclive/slack-desc deleted file mode 100644 index 95d7dde09bd5..000000000000 --- a/network/cclive/slack-desc +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. -# Line up the first '|' above the ':' following the base package name, and -# the '|' on the right side marks the last column you can put a character in. -# You must make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':' except on otherwise blank lines. - - |-----handy-ruler------------------------------------------------------| -cclive: cclive (flash video downloader) -cclive: -cclive: cclive is a command line tool for downloading videos from Youtube and -cclive: other similar video websites that require Adobe Flash to view the -cclive: video content. It has low memory footprint compared to other similar -cclive: tools. It is a rewrite ot the clive software in C++, and it is free -cclive: software, licensed under the GPLv3. -cclive: -cclive: Website : http://cclive.sourceforge.net/ -cclive: -cclive: |