mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
audio/mac: Homepage is dead, DL link updated.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
423a46331a
commit
b78246cc12
3 changed files with 10 additions and 12 deletions
|
@ -9,12 +9,10 @@ VERSION=${VERSION:-3.99}
|
|||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
@ -38,7 +36,7 @@ else
|
|||
LIBDIRSUFFIX=""
|
||||
fi
|
||||
|
||||
set -e # Exit on most errors
|
||||
set -e
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
|
@ -61,7 +59,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--enable-shared=yes \
|
||||
--enable-static=no \
|
||||
--enable-assembly=yes \
|
||||
--build=$ARCH-slackware-linux
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
# Patch to fix gcc4 output errors:
|
||||
patch -p0 < $CWD/gcc4_errors.patch
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PRGNAM="mac"
|
||||
VERSION="3.99"
|
||||
HOMEPAGE="http://supermmx.org/linux/mac"
|
||||
DOWNLOAD="http://ponce.cc/slackware/sources/repo/mac-3.99-u4-b5.tar.gz"
|
||||
HOMEPAGE="http://supermmx.org/linux/mac (dead)"
|
||||
DOWNLOAD="http://etree.org/shnutils/shntool/support/formats/ape/unix/3.99-u4-b5/mac-3.99-u4-b5.tar.gz"
|
||||
MD5SUM="75716b342e07deae58f56a2522362006"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
# 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 ':'.
|
||||
# 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 ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
mac: mac (Monkey's Audio Linux port)
|
||||
mac:
|
||||
mac: mac is a console frontend to Monkey's Audio, able to encode and
|
||||
mac: mac is a console frontend to Monkey's Audio, able to encode and
|
||||
mac: decode ape audio files.
|
||||
mac:
|
||||
mac:
|
||||
|
|
Loading…
Reference in a new issue