d/ice: Upgraded to ice-3.4.2.

slackware-14.2
Damien Goutte-Gattat 2012-08-28 23:44:11 +02:00
parent 3ba6daf681
commit 70351b9d7e
3 changed files with 5 additions and 5 deletions

View File

@ -1 +0,0 @@
08d0f32bdb7d909b4a531d45cccfa97bdde649aa Ice-3.3.1.tar.gz

View File

@ -0,0 +1 @@
8c84d6e3b227f583d05e08251e07047e6c3a6b42 Ice-3.4.2.tar.gz

View File

@ -1,6 +1,6 @@
#!/bin/bash
# Build script for Slackware
# Copyright (C) 2009,2011 Damien Goutte-Gattat
# Copyright (C) 2009,2011,2012 Damien Goutte-Gattat
#
# Redistribution and use of this script, with or without modifications,
# is permitted provided that the following conditions are met:
@ -28,13 +28,13 @@
# Source package infos
NAMESRC=${NAMESRC:-Ice}
VERSION=${VERSION:-3.3.1}
VERSION=${VERSION:-3.4.2}
ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.gz}
WGET=${WGET:-http://www.zeroc.com/download/Ice/3.3/$ARCHIVE}
WGET=${WGET:-http://www.zeroc.com/download/Ice/3.4/$ARCHIVE}
# Build infos
NAMEPKG=${NAMEPKG:-ice}
BUILD=${BUILD:-2GGD}
BUILD=${BUILD:-1GGD}
ARCH=${ARCH:-$(uname -m | sed 's/^i.86$/i486/;s/^arm.*/arm/')}
JOBS=${JOBS:-1}
EXT=${EXT:-txz}