audio/gnump3d: Updated for version 3.0

This commit is contained in:
Pierre Cazenave 2010-05-13 00:21:12 +02:00 committed by David Somero
parent 0beae8c9cf
commit 7ff62e5f07
3 changed files with 15 additions and 2 deletions

View file

@ -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}

View file

@ -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"

View file

@ -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/