mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-28 10:02:43 +01:00
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:
parent
18cdeedfc4
commit
c663da50de
2 changed files with 2 additions and 2 deletions
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue