mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
development/lazarus: Updated for version 1.4.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
bf0ff126c4
commit
4cd9de2c15
2 changed files with 4 additions and 8 deletions
|
@ -22,7 +22,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=lazarus
|
||||
VERSION=${VERSION:-1.4.2}
|
||||
VERSION=${VERSION:-1.4.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -59,10 +59,6 @@ find -L . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
if [ "$LCL" = "qt" ]; then
|
||||
OPT="-dUSE_QT_45"
|
||||
fi
|
||||
|
||||
# Compilation doesn't need ./configure
|
||||
make clean
|
||||
make -j1 all \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="lazarus"
|
||||
VERSION="1.4.2"
|
||||
VERSION="1.4.4"
|
||||
HOMEPAGE="http://www.lazarus.freepascal.org/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/lazarus/lazarus-1.4.2-0.tar.gz"
|
||||
MD5SUM="f9f56d5d9eb6de5c6b939f033fbbefb7"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/lazarus/lazarus-1.4.4-0.tar.gz"
|
||||
MD5SUM="fdc2ec9dd4438f5e188227ec542bb86c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="fpc fpc-source"
|
||||
|
|
Loading…
Reference in a new issue