mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
audio/playmp3list: Fix download + switch to i586.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
816242845e
commit
784d3d1de3
3 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
Playmp3list is a simple MP3 playlist player for Linux. It is based
|
||||
extensively on the mp3blaster code and uses the same mpegsound library.
|
||||
extensively on the mp3blaster code and uses the same mpegsound library.
|
||||
|
||||
Main features:
|
||||
o Displays a large scrollable playlist
|
||||
|
|
|
@ -29,7 +29,7 @@ TAG=${TAG:-_SBo}
|
|||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
i?86) ARCH=i586 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
|
@ -40,8 +40,8 @@ TMP=${TMP:-/tmp/SBo}
|
|||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
if [ "$ARCH" = "i486" ]; then
|
||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||
if [ "$ARCH" = "i586" ]; then
|
||||
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PRGNAM="playmp3list"
|
||||
VERSION="0.95"
|
||||
HOMEPAGE="http://www.tucows.com/preview/47648/Playmp3list"
|
||||
DOWNLOAD="https://www.slackonly.com/pub/sources/audio/playmp3list/playmp3list-0.95.tar.gz"
|
||||
DOWNLOAD="https://slackonly.com/pub/sources/audio/playmp3list/playmp3list-0.95.tar.gz"
|
||||
MD5SUM="1e00e84c31917bbaa472bf9b6faccbfd"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
Loading…
Reference in a new issue