development/apache-ant: Updated for version 1.8.3.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
bb658dc66c
commit
97e81fa946
|
@ -1,11 +1,34 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for apache-ant
|
||||
|
||||
# Copyright 2008, 2009, 2010 Vincent Batts, vbatts@hashbangbash.com, http://hashbangbash.com/
|
||||
# Copyright 2010, 2011 Vincent Batts, Vienna, VA, USA
|
||||
# Copyright 2012 Vincent Batts, Raleigh, NC, USA
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
# permitted provided that the following conditions are met:
|
||||
#
|
||||
# 1. Redistributions of this script must retain the above copyright
|
||||
# notice, this list of conditions and the following disclaimer.
|
||||
#
|
||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED
|
||||
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
|
||||
# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||||
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
||||
# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
# Started by Dugan Chen (dugan[underscore]c[at]fastmail[dot]fm)
|
||||
# Taken over by Vincent Batts (vbatts@hashbangbash.com)
|
||||
|
||||
PRGNAM=apache-ant
|
||||
VERSION=1.8.2
|
||||
VERSION=1.8.3
|
||||
ARCH=noarch
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
@ -58,7 +81,7 @@ cd $PKG/usr/bin
|
|||
cd -
|
||||
|
||||
mkdir -p $PKG/usr/doc/${PRGNAM}-$VERSION
|
||||
cp -a INSTALL KEYS NOTICE README WHATSNEW docs/* $PKG/usr/doc/${PRGNAM}-$VERSION
|
||||
cp -a INSTALL KEYS NOTICE README WHATSNEW manual/* $PKG/usr/doc/${PRGNAM}-$VERSION
|
||||
cat $CWD/${PRGNAM}.SlackBuild > $PKG/usr/doc/${PRGNAM}-$VERSION/${PRGNAM}.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="apache-ant"
|
||||
VERSION="1.8.2"
|
||||
VERSION="1.8.3"
|
||||
HOMEPAGE="http://ant.apache.org/"
|
||||
DOWNLOAD="http://www.carfab.com/apachesoftware/ant/binaries/apache-ant-1.8.2-bin.tar.bz2"
|
||||
MD5SUM="9e9ae9fc7352960191489a1286fb0928"
|
||||
DOWNLOAD="http://archive.apache.org/dist/ant/binaries/apache-ant-1.8.3-bin.tar.bz2"
|
||||
MD5SUM="f5959aff4ab061cac37ff1f84f3b874a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Vincent Batts"
|
||||
EMAIL="vbatts@hashbangbash.com"
|
||||
APPROVED="rworkman"
|
||||
APPROVED="dsomero"
|
||||
|
|
Loading…
Reference in New Issue