audio/gnomad2: Updated for version 2.9.6.

Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
Ron F. DeMoss 2011-08-29 08:31:33 -03:00 committed by Niels Horn
parent be129f1a3c
commit 24d0fae8fa
2 changed files with 8 additions and 12 deletions

View file

@ -1,19 +1,17 @@
#!/bin/sh
# Slackware build script for Gnomad2
# Build script by Ron F. DeMoss, 2009-01-23
# Build script by Ron F. DeMoss, 2011-08-11
PRGNAM=gnomad2
VERSION=${VERSION:-2.9.4}
VERSION=${VERSION:-2.9.6}
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
@ -60,10 +58,8 @@ CFLAGS="$SLKCFLAGS" \
make
make install-strip DESTDIR=$PKG
( cd $PKG/usr/man
find . -type f -exec gzip -9 {} \;
for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
)
find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \

View file

@ -1,10 +1,10 @@
PRGNAM="gnomad2"
VERSION="2.9.4"
VERSION="2.9.6"
HOMEPAGE="http://gnomad2.sourceforge.net/"
DOWNLOAD="http://downloads.sourceforge.net/gnomad2/gnomad2-2.9.4.tar.gz"
MD5SUM="e47382c8cbb87b0e6630b847c464c3b2"
DOWNLOAD="http://downloads.sourceforge.net/gnomad2/gnomad2-2.9.6.tar.gz"
MD5SUM="213bfee7d020aea092576b45691aba36"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Ron F. DeMoss"
EMAIL="rfdemoss{at}gmail{dot}com"
APPROVED="rworkman"
APPROVED="Niels Horn"