summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author Andre Barboza2012-12-12 12:44:23 +0100
committer Matteo Bernardini2012-12-12 12:44:40 +0100
commiteadfe1ce6784368f59cbc20a4eca2948d8e02942 (patch)
tree3edaf8292fc8a3bc9210ddf38d12bb5632425e3d /development
parentf0c7206323b00b1e803ba31cbe487371f619682a (diff)
downloadslackbuilds-eadfe1ce6784368f59cbc20a4eca2948d8e02942.tar.gz
development/lazarus: Updated for version 1.0.2.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/lazarus/lazarus.SlackBuild6
-rw-r--r--development/lazarus/lazarus.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/development/lazarus/lazarus.SlackBuild b/development/lazarus/lazarus.SlackBuild
index e8f6c0f9f1..1865f7b942 100644
--- a/development/lazarus/lazarus.SlackBuild
+++ b/development/lazarus/lazarus.SlackBuild
@@ -22,7 +22,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=lazarus
-VERSION=${VERSION:-0.9.30.4}
+VERSION=${VERSION:-1.0.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -50,7 +50,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM
-tar xvf $CWD/$PRGNAM-$VERSION-src.tar.bz2
+tar xvf $CWD/$PRGNAM-$VERSION-0.tar.gz
cd $PRGNAM
chown -R root:root .
find . \
@@ -65,7 +65,7 @@ fi
# Compilation doesn't need ./configure
make clean
-make all \
+make -j1 all \
PREFIX=/usr \
LCL_PLATFORM=${LCL} \
OPT=${OPT}
diff --git a/development/lazarus/lazarus.info b/development/lazarus/lazarus.info
index 9625db2834..6062558c42 100644
--- a/development/lazarus/lazarus.info
+++ b/development/lazarus/lazarus.info
@@ -1,8 +1,8 @@
PRGNAM="lazarus"
-VERSION="0.9.30.4"
+VERSION="1.0.2"
HOMEPAGE="http://www.lazarus.freepascal.org/"
-DOWNLOAD="http://downloads.sourceforge.net/lazarus/lazarus-0.9.30.4-src.tar.bz2"
-MD5SUM="ebd40cdfdfc4b66d1ced7a0d48d6da84"
+DOWNLOAD="http://downloads.sourceforge.net/lazarus/lazarus-1.0.2-0.tar.gz"
+MD5SUM="738ee29686de71cd599b468eabf034e8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="fpc fpc-source"