mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
development/lazarus: Updated for version 1.0.2.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
f0c7206323
commit
eadfe1ce67
2 changed files with 6 additions and 6 deletions
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue