audio/nero-aac: Allow VERSION override, fix .info.

Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
B. Watson 2017-03-20 22:52:23 -04:00 committed by David Spencer
parent 34d651337f
commit 6ed7dc726f
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=nero-aac
VERSION=1.3.3.0
VERSION=${VERSION:-1.3.3.0}
ARCH=i586 # Leave this alone, pre-compiled.
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -2,8 +2,8 @@ PRGNAM="nero-aac"
VERSION="1.3.3.0"
HOMEPAGE="http://www.nero.com/enu/nero-aac-codec.html"
DOWNLOAD="http://ftp6.nero.com/tools/NeroDigitalAudio.zip"
DOWNLOAD_x86_64="UNSUPPORTED"
MD5SUM="432921e8d59028abe8f5549d9f99b3bc"
DOWNLOAD_x86_64="UNSUPPORTED"
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="Erik Hanson"