multimedia/mp3blaster: Updated for version 3.2.3

This commit is contained in:
Martin Lefebvre 2010-05-11 19:45:38 +02:00 committed by Robby Workman
parent 29e877d6cc
commit 246af21942
3 changed files with 19 additions and 7 deletions

View File

@ -27,9 +27,9 @@
PRGNAM=mp3blaster
VERSION=3.2.3
ARCH=${ARCH:-i486}
BUILD=${BUILD:-2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
CWD=`pwd`
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
@ -63,7 +63,7 @@ make install-strip DESTDIR=$PKG || exit 1
( 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
for i in $(find . -type l) ; do ln -s $(readlink $i).gz $i.gz ; rm $i ; done
)
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION

View File

@ -5,4 +5,4 @@ DOWNLOAD="http://dl.sourceforge.net/mp3blaster/mp3blaster-3.2.3.tar.gz"
MD5SUM="0d892d7c99df175eb0efb2bc31086285"
MAINTAINER="Martin Lefebvre"
EMAIL="dadexter@gmail.com"
APPROVED="robw810"
APPROVED="rworkman"

View File

@ -1,7 +1,19 @@
mp3blaster: mp3blaster media player
# 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------------------------------------------------------|
mp3blaster: mp3blaster (media player)
mp3blaster:
mp3blaster: mp3blaster is a ncurses/CLI media player for mp3/ogg files. It supports the same functions
mp3blaster: other media players have, without the big memory footprint and the big dependencies.
mp3blaster: mp3blaster is a ncurses/CLI media player for mp3/ogg files.
mp3blaster: It supports the same functions other media players have
mp3blaster: without the big memory footprint and the big dependencies.
mp3blaster:
mp3blaster: Homepage: http://mp3blaster.sourceforge.net
mp3blaster:
mp3blaster:
mp3blaster:
mp3blaster: