multimedia/mmsclient: Removed from 13.0 repository
This commit is contained in:
parent
74c22e8f6d
commit
e63c628fbb
|
@ -1,8 +0,0 @@
|
|||
MMS download utility.
|
||||
|
||||
to use it, simply type
|
||||
|
||||
mmsclient mms://...
|
||||
|
||||
once it's finished,
|
||||
you'll find the stream asf file in the current directory.
|
|
@ -1,58 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for mmsclient
|
||||
|
||||
# Written by Menno Duursma <druiloor@zonnet.nl>
|
||||
|
||||
# This program is free software. It comes without any warranty.
|
||||
# Granted WTFPL, version 2, as published by Sam Hocevar dec 2004.
|
||||
# See http://sam.zoy.org/wtfpl/COPYING for more details.
|
||||
|
||||
PRGNAM=mmsclient
|
||||
VERSION=${VERSION:-0.0.3}
|
||||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp} # Drop the package in /tmp
|
||||
|
||||
if [ "$ARCH" = "i486" ]; then
|
||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||
elif [ "$ARCH" = "x86_64" ]; then
|
||||
SLKCFLAGS="-O2 -fPIC"
|
||||
fi
|
||||
|
||||
set -e # Exit on most errors
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/mms_client-$VERSION.tar.gz
|
||||
cd mms_client-$VERSION
|
||||
chown -R root:root .
|
||||
find . -type d -exec chmod 0755 {} \; -o -type f -exec chmod u+rw,go-w,a-s {} \;
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
--prefix=/usr
|
||||
|
||||
make
|
||||
make install-strip DESTDIR=$PKG
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a COPYING INSTALL $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
cat $CWD/README > $PKG/usr/doc/$PRGNAM-$VERSION/README.$TAG
|
||||
|
||||
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
|
|
@ -1,8 +0,0 @@
|
|||
PRGNAM="mmsclient"
|
||||
VERSION="0.0.3"
|
||||
HOMEPAGE="http://www.geocities.com/majormms/"
|
||||
DOWNLOAD="http://www.geocities.com/majormms/mms_client-0.0.3.tar.gz"
|
||||
MD5SUM="c91171a0bbbfb94290d362e907432787"
|
||||
MAINTAINER="Menno Duursma"
|
||||
EMAIL="druiloor@zonnet.nl"
|
||||
APPROVED="dsomero"
|
|
@ -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------------------------------------------------------|
|
||||
mmsclient: mmsclient (an MMS-stream downloader)
|
||||
mmsclient:
|
||||
mmsclient: CLI utility to download streams using the MMS protocol.
|
||||
mmsclient:
|
||||
mmsclient: mmsclient was written by Major MMS.
|
||||
mmsclient:
|
||||
mmsclient:
|
||||
mmsclient:
|
||||
mmsclient:
|
||||
mmsclient:
|
||||
mmsclient:
|
Loading…
Reference in New Issue