aboutsummaryrefslogtreecommitdiff
path: root/media/libs/sdl-sound
diff options
context:
space:
mode:
authorrudson <rudson@370017ae-e619-0410-ac65-c121f96126d4>2008-04-29 14:34:19 +0000
committerrudson <rudson@370017ae-e619-0410-ac65-c121f96126d4>2008-04-29 14:34:19 +0000
commit36ab5b38f9b66e702464313818c384d466d8518a (patch)
treef32d25bdac3c12fdad66c053edd7cfc40cc3e2f2 /media/libs/sdl-sound
parentb200372c08a04c0b2e131c705b6e7439b3f675f4 (diff)
downloadslackbuilds-36ab5b38f9b66e702464313818c384d466d8518a.tar.gz
slackbuilds-36ab5b38f9b66e702464313818c384d466d8518a.tar.bz2
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1850 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'media/libs/sdl-sound')
-rw-r--r--[-rwxr-xr-x]media/libs/sdl-sound/SDL_sound.SlackBuild (renamed from media/libs/sdl-sound/sdl-sound.SlackBuild)14
1 files changed, 7 insertions, 7 deletions
diff --git a/media/libs/sdl-sound/sdl-sound.SlackBuild b/media/libs/sdl-sound/SDL_sound.SlackBuild
index 5cb7e15b..7c371649 100755..100644
--- a/media/libs/sdl-sound/sdl-sound.SlackBuild
+++ b/media/libs/sdl-sound/SDL_sound.SlackBuild
@@ -1,11 +1,11 @@
#!/bin/bash
#
-# sdl-sound.SlackBuild is free software; you can redistribute
+# SDL_sound.SlackBuild is free software; you can redistribute
# it and/or modify it under the terms of the GNU General Public License as
# published by the Free Software Foundation; either version 2 of the License,
# or any later version.
#
-# sdl-sound.SlackBuild is distributed in the hope that it will
+# SDL_sound.SlackBuild is distributed in the hope that it will
# be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
# Public License for more details.
@@ -14,9 +14,9 @@
# this program; if not, write to the Free Software Foundation, Inc., 59 Temple
# Place - Suite 330, Boston, MA 02111-1307, USA
#
-# slackbuild for sdl-sound, by Rudson R. Alves
+# slackbuild for SDL_sound, by Rudson R. Alves
# requires: sdl
-# tested: sdl-sound-1.0.1
+# tested: SDL_sound-1.0.1
#
# Look for slackbuildrc
@@ -29,7 +29,7 @@ fi
# Set variables
CWD="$(pwd)"
SRC_NAME="SDL_sound"
-PKG_NAME="sdl-sound"
+PKG_NAME="SDL_sound"
ARCH=${ARCH:=i486}
SRC_VERSION=${VERSION:=1.0.1}
PKG_VERSION="$(echo "$SRC_VERSION" | tr '[[:blank:]-]' '_')"
@@ -55,7 +55,7 @@ elif [ "$ARCH" = "i686" ]; then
elif [ "$ARCH" = "s390" ]; then
SLKCFLAGS="-O2"
elif [ "$ARCH" = "x86_64" ]; then
- SLKCFLAGS="-O2"
+ SLKCFLAGS="-O2 -fPIC"
LIBDIR="$PREFIX/lib64"
fi
@@ -128,7 +128,7 @@ cat << EODESC > "$PKG/install/slack-desc"
# make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'.
- |-----handy-ruler----------------------------------------------------|
+ _ |-----handy-ruler----------------------------------------------------|
sdl-sound: SDL_sound by Slack.Sarava
sdl-sound:
sdl-sound: SDL_sound is a library that handles the decoding of several popular