multimedia/mimms: Updated for version 3.2.1.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
vvoody 2012-12-12 11:27:57 +01:00 committed by Matteo Bernardini
parent 0a47d390b7
commit 43b342f130
3 changed files with 27 additions and 8 deletions

View File

@ -1 +1 @@
mimms is an mms stream downloader that uses libmms.
mimms is an mms (e.g. mms://) stream downloader.

View File

@ -2,10 +2,29 @@
# Slackware build script for mimms
# Written by vvoody <ydoovv@gmail.com>
# Copyright 2012 vvoody <vvoodywang@gmail.com>
#
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
# permitted provided that the following conditions are met:
#
# 1. Redistributions of this script must retain the above copyright
# notice, this list of conditions and the following disclaimer.
#
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=mimms
VERSION=${VERSION:-3.2}
VERSION=${VERSION:-3.2.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -46,7 +65,7 @@ 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 NEWS README teststreams.list $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS COPYING NEWS README teststreams.list $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View File

@ -1,10 +1,10 @@
PRGNAM="mimms"
VERSION="3.2"
VERSION="3.2.1"
HOMEPAGE="http://savannah.nongnu.org/projects/mimms/"
DOWNLOAD="http://launchpad.net/mimms/trunk/3.2/+download/mimms-3.2.tar.bz2"
MD5SUM="819104b7364f6d300d4327d7b01058ae"
DOWNLOAD="http://download.savannah.gnu.org/releases/mimms/mimms-3.2.1.tar.bz2"
MD5SUM="ec629d8899551b4789ba15c17402c36f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libmms"
MAINTAINER="vvoody"
EMAIL="ydoovv@gmail.com"
EMAIL="vvoodywang@gmail.com"