Browse Source
games/hedgewars: Build w/bundled lua.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/255/head
B. Watson
12 months ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
5 additions and
2 deletions
-
games/hedgewars/hedgewars.SlackBuild
-
games/hedgewars/hedgewars.info
|
|
@ -22,6 +22,8 @@ |
|
|
|
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF |
|
|
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
|
|
|
|
|
|
|
# 20241018 bkw: BUILD=3, use bundled lua instead of system. |
|
|
|
|
|
|
|
# 20230902 bkw: update for v1.0.2. |
|
|
|
|
|
|
|
# 20230808 bkw: BUILD=2 |
|
|
@ -42,7 +44,7 @@ cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=hedgewars |
|
|
|
VERSION=${VERSION:-1.0.2} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
BUILD=${BUILD:-2} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
|
@ -100,6 +102,7 @@ cd build |
|
|
|
-DLIB_SUFFIX=${LIBDIRSUFFIX} \ |
|
|
|
-DNOVIDEOREC=ON \ |
|
|
|
-DNOSERVER=ON \ |
|
|
|
-DLUA_SYSTEM=OFF \ |
|
|
|
-DCMAKE_BUILD_TYPE=Release .. |
|
|
|
make VERBOSE=1 |
|
|
|
make install/strip DESTDIR=$PKG |
|
|
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="https://www.hedgewars.org/download/releases/hedgewars-src-1.0.2.tar.bz |
|
|
|
MD5SUM="1a91a973201c91bba2a494d428cadfbf" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="fpc lua physfs" |
|
|
|
REQUIRES="fpc physfs" |
|
|
|
MAINTAINER="B. Watson" |
|
|
|
EMAIL="urchlay@slackware.uk" |