mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
libraries/libmikmod: New maintainer.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
deacb7cc84
commit
a78d7b4c59
4 changed files with 8 additions and 10 deletions
|
@ -1,3 +1,3 @@
|
|||
Mikmod is a module player and library supporting many formats, including mod,
|
||||
s3m, it, and xm. Originally a player for MS-DOS, MikMod has been ported to other
|
||||
platforms, such as Unix, Macintosh, BeOS, and Java(!!)
|
||||
Mikmod is a module player and library supporting many formats, including
|
||||
mod, s3m, it, and xm. Originally a player for MS-DOS, MikMod has been
|
||||
ported to other platforms, such as Unix, Macintosh, BeOS, and Java(!!)
|
||||
|
|
|
@ -9,12 +9,10 @@ VERSION=${VERSION:-3.1.12}
|
|||
BUILD=${BUILD:-1}
|
||||
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
|
||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="http://downloads.sourceforge.net/mikmod/libmikmod-3.1.12.tar.gz"
|
|||
MD5SUM="9f3c740298260d5f88981fc0d51f6f16"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Larry Hajali"
|
||||
EMAIL="larryhaja[at]gmail[dot]com"
|
||||
APPROVED="Erik Hanson"
|
||||
MAINTAINER="ponce"
|
||||
EMAIL="matteo.bernardini@gmail.com"
|
||||
APPROVED="Niels Horn"
|
||||
|
|
|
@ -7,12 +7,12 @@
|
|||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
libmikmod: libmikmod (a library for playing many types of mod-format files)
|
||||
libmikmod:
|
||||
libmikmod:
|
||||
libmikmod: Mikmod is a module player and library supporting many formats,
|
||||
libmikmod: including mod, s3m, it, and xm. Originally a player for MS-DOS, MikMod
|
||||
libmikmod: has been ported to other platforms, such as Unix, Macintosh, BeOS,
|
||||
libmikmod: and Java(!!)
|
||||
libmikmod:
|
||||
libmikmod:
|
||||
libmikmod: Homepage: http://sourceforge.net/projects/mikmod/
|
||||
libmikmod:
|
||||
libmikmod:
|
||||
|
|
Loading…
Reference in a new issue