summaryrefslogtreecommitdiffstats
path: root/audio/gnump3d
diff options
context:
space:
mode:
author Pierre Cazenave2010-05-13 00:21:12 +0200
committer David Somero2010-05-13 00:21:12 +0200
commit7ff62e5f07ba84ecb51705242bbe18f340bb01dc (patch)
tree4d17f19dde4a9a9aac01937d0fceef5082fe2c09 /audio/gnump3d
parent0beae8c9cf6dea0ef83fec57a0df2d7286b37e83 (diff)
downloadslackbuilds-7ff62e5f07ba84ecb51705242bbe18f340bb01dc.tar.gz
audio/gnump3d: Updated for version 3.0
Diffstat (limited to 'audio/gnump3d')
-rw-r--r--audio/gnump3d/gnump3d.SlackBuild5
-rw-r--r--audio/gnump3d/gnump3d.info2
-rw-r--r--audio/gnump3d/slack-desc10
3 files changed, 15 insertions, 2 deletions
diff --git a/audio/gnump3d/gnump3d.SlackBuild b/audio/gnump3d/gnump3d.SlackBuild
index e11f3997e2..3351e4cd16 100644
--- a/audio/gnump3d/gnump3d.SlackBuild
+++ b/audio/gnump3d/gnump3d.SlackBuild
@@ -39,10 +39,13 @@ OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
+ LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
+ LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
+ LIBDIRSUFFIX="64"
fi
# gnump3d gets the library directory from a short perl script in the
# source directory, thus, there's no need to specify a suffix in this
@@ -94,4 +97,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
+/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
diff --git a/audio/gnump3d/gnump3d.info b/audio/gnump3d/gnump3d.info
index 400055bcd2..77bcadcc77 100644
--- a/audio/gnump3d/gnump3d.info
+++ b/audio/gnump3d/gnump3d.info
@@ -2,7 +2,9 @@ PRGNAM="gnump3d"
VERSION="3.0"
HOMEPAGE="http://www.gnu.org/software/gnump3d/"
DOWNLOAD="http://savannah.gnu.org/download/gnump3d/gnump3d-3.0.tar.bz2"
+DOWNLOAD_x86_64=""
MD5SUM="41786650bbc591484c08014a89478bf9"
+MD5SUM_x86_64=""
MAINTAINER="Pierre Cazenave"
EMAIL="pwcazenave {at} gmail {dot} com"
APPROVED="dsomero"
diff --git a/audio/gnump3d/slack-desc b/audio/gnump3d/slack-desc
index 378b191be6..4ac7cfa4b9 100644
--- a/audio/gnump3d/slack-desc
+++ b/audio/gnump3d/slack-desc
@@ -1,3 +1,11 @@
+# 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-----------------------------------------------------|
gnump3d: gnump3d (streaming server)
gnump3d:
gnump3d: GNUMP3d is a streaming server for MP3s, OGG vorbis files, movies
@@ -8,4 +16,4 @@ gnump3d: * Small, stable, portable, self-contained, and secure.
gnump3d: * Simple to install, configure, and use.
gnump3d: * Portable across different varieties of Unix, the GNU
gnump3d: Operating System, and Microsoft Windows platforms.
-gnump3d: http://www.gnu.org/software/gnump3d/
+gnump3d: Homepage: http://www.gnu.org/software/gnump3d/