audio/gnomad2: Updated for version 2.9.4

This commit is contained in:
Ron F. DeMoss 2010-05-13 00:21:11 +02:00 committed by Robby Workman
parent fd68b647af
commit 0beae8c9cf
2 changed files with 7 additions and 1 deletions

View File

@ -16,10 +16,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
set -e
@ -36,6 +39,7 @@ chmod -R u+w,go+r-w,a-s .
CFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--sysconfdir=/etc \
--localstatedir=/var \
--mandir=/usr/man \
@ -60,4 +64,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="gnomad2"
VERSION="2.9.4"
HOMEPAGE="http://gnomad2.sourceforge.net/"
DOWNLOAD="http://downloads.sourceforge.net/gnomad2/gnomad2-2.9.4.tar.gz"
DOWNLOAD_x86_64=""
MD5SUM="e47382c8cbb87b0e6630b847c464c3b2"
MD5SUM_x86_64=""
MAINTAINER="Ron F. DeMoss"
EMAIL="rfdemoss{at}gmail{dot}com"
APPROVED="rworkman"