mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
network/luakit: Updated for version 2.3, change maint. email.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
68d9f60ce5
commit
04a9072d10
2 changed files with 9 additions and 9 deletions
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for luakit
|
||||
|
||||
# Copyright 2013, Andrew Tkalia <anddt@yandex.ru>, Ukraine, Kyiv
|
||||
# Update 2018-06-30 and 2020-10-26 by Marek Srejma <sam_web@yahoo.de>
|
||||
# Updates 2018-2022 by Marek Šrejma <marek@modweb.de>, Germany
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=luakit
|
||||
VERSION=${VERSION:-2.2.1}
|
||||
VERSION=${VERSION:-2.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -53,8 +53,8 @@ TMP=${TMP:-/tmp/SBo}
|
|||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
if egrep -qo "^i[2-6]86$" <<<"$ARCH"; then
|
||||
SLKCFLAGS="-O2 -march=$ARCH -mtune=i686"
|
||||
if [ "$ARCH" = "i586" ]; then
|
||||
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "x86_64" ]; then
|
||||
SLKCFLAGS="-O2 -fPIC"
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="luakit"
|
||||
VERSION="2.2.1"
|
||||
VERSION="2.3"
|
||||
HOMEPAGE="https://github.com/luakit/luakit"
|
||||
DOWNLOAD="https://github.com/luakit/luakit/archive/2.2.1/luakit-2.2.1.tar.gz"
|
||||
MD5SUM="c9f32f06b54fae18e567fb330250bb36"
|
||||
DOWNLOAD="https://github.com/luakit/luakit/archive/2.3/luakit-2.3.tar.gz"
|
||||
MD5SUM="7e9032e84278aed2b27d25fae1682a47"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="webkit2gtk lua-filesystem"
|
||||
MAINTAINER="Marek Srejma"
|
||||
EMAIL="sam_web@yahoo.de"
|
||||
MAINTAINER="Marek Šrejma"
|
||||
EMAIL="marek@modweb.de"
|
||||
|
|
Loading…
Reference in a new issue