network/castget: Removed from 13.0 repository

This commit is contained in:
Heinz Wiesinger 2010-05-13 00:08:34 +02:00
parent 65933bd684
commit e95fe24805
4 changed files with 0 additions and 98 deletions

View file

@ -1,7 +0,0 @@
castget is a simple, command-line based RSS enclosure downloader. It is
primarily intended for automatic, unattended downloading of podcasts.
castget was written and is maintained by Marius L. Jøhndal.
castget needs the following libs: id3lib ( which is available at
http://slackbuilds.org/ )

View file

@ -1,64 +0,0 @@
#!/bin/sh
# Slackware build script for castget
# Written by Jick Nan (jick.nan@gmail.com)
# Slightly modified by the SlackBuilds project
PRGNAM=castget
VERSION=0.9.6
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
fi
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar -xzvf $CWD/$PRGNAM-$VERSION.tar.gz || exit 1
cd $PRGNAM-$VERSION || exit 1
chown -R root:root .
chmod -R u+w,go+r-w,a-s .
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--mandir=/usr/man \
|| exit 1
make || exit 1
make install DESTDIR=$PKG || exit 1
( cd $PKG
find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
)
( cd $PKG/usr/man
find . -type f -exec gzip -9 {} \;
for i in $(find . -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 TODO $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.tgz

View file

@ -1,8 +0,0 @@
PRGNAM="castget"
VERSION="0.9.6"
HOMEPAGE="http://www.nongnu.org/castget/"
DOWNLOAD="http://savannah.nongnu.org/download/castget/castget-0.9.6.tar.gz"
MD5SUM="2008fe7dc592592843619cd64d05a989"
MAINTAINER="Jick Nan"
EMAIL="jick.nan@gmail.com"
APPROVED="BP{k}"

View file

@ -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 ':'.
|-----handy-ruler------------------------------------------------------|
castget: castget (RSS enclosure downloader)
castget:
castget: castget is a simple, command-line based RSS enclosure downloader. It is
castget: primarily intended for automatic, unattended downloading of podcasts.
castget:
castget: castget was written and is maintained by Marius L. Jøhndal.
castget:
castget:
castget:
castget:
castget: