mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
development/eclipse-cpp: Updated for version 4.15.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
4a5150b387
commit
cbab0a16f9
2 changed files with 6 additions and 7 deletions
|
@ -21,15 +21,14 @@
|
|||
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
||||
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
# Update by: Igor Alexandrov <igor.alexandrov@outlook.com>
|
||||
# Update by: Andre Barboza <bmg.andre@gmail.com>
|
||||
# Update by: Andrew Clemons <andrew.clemons@gmail.com>
|
||||
# Modified from classical eclipse slackbuild
|
||||
# This script is just a binary repackaging.
|
||||
|
||||
PRGNAM=eclipse-cpp
|
||||
VERSION=${VERSION:-4.17}
|
||||
SRCVERSION=${SRCVERSION:-2020-09-R}
|
||||
VERSION=${VERSION:-4.15}
|
||||
SRCVERSION=${SRCVERSION:-2020-03-R}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -54,7 +53,7 @@ cd $PKG/opt/$PRGNAM
|
|||
# Untar source code tarball according with ARCH value
|
||||
# ARCH can only be 'x86_64'
|
||||
if [ "$ARCH" = "x86_64" ]; then
|
||||
tar --strip-components=1 -xvf $CWD/$PRGNAM-$SRCVERSION-linux-gtk-$ARCH.tar.gz
|
||||
tar --strip-components=1 -xvf $CWD/$PRGNAM-$SRCVERSION-incubation-linux-gtk-$ARCH.tar.gz
|
||||
else
|
||||
printf "$ARCH is not supported...\n"
|
||||
exit 1
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="eclipse-cpp"
|
||||
VERSION="4.17"
|
||||
VERSION="4.15"
|
||||
HOMEPAGE="http://www.eclipse.org"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="http://download.eclipse.org/technology/epp/downloads/release/2020-09/R/eclipse-cpp-2020-09-R-linux-gtk-x86_64.tar.gz"
|
||||
MD5SUM_x86_64="4d8624144d1e9478b867445567f61063"
|
||||
DOWNLOAD_x86_64="http://download.eclipse.org/technology/epp/downloads/release/2020-03/R/eclipse-cpp-2020-03-R-incubation-linux-gtk-x86_64.tar.gz"
|
||||
MD5SUM_x86_64="c419a30918f1396c9d46106ed2350a01"
|
||||
REQUIRES="jdk webkit2gtk"
|
||||
MAINTAINER="Andrew Clemons"
|
||||
EMAIL="andrew.clemons@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue