diff options
author | Ruoh-Shoei LIN <56530472+LinRs@users.noreply.github.com> | 2025-02-28 19:28:52 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-03-01 07:54:13 +0700 |
commit | d136c537ea9f7d36190dcb343c2d5895bd709e8b (patch) | |
tree | 642e0597d1f60c533e1cc64a1394eefc22e022a4 /games | |
parent | 6970e08e5ef1d1ecd308ccc969670b4aadb211b0 (diff) |
games/nestopia: Updated for version 1.53.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/nestopia/nestopia.SlackBuild | 10 | ||||
-rw-r--r-- | games/nestopia/nestopia.info | 8 |
2 files changed, 10 insertions, 8 deletions
diff --git a/games/nestopia/nestopia.SlackBuild b/games/nestopia/nestopia.SlackBuild index 64ee868f93..75ddbbdc81 100644 --- a/games/nestopia/nestopia.SlackBuild +++ b/games/nestopia/nestopia.SlackBuild @@ -3,9 +3,9 @@ # Slackware build script for Nestopia # Written by Dugan Chen (thedoogster@gmail.com) -# Maintained by RuohShoei LIN +# Maintained by Ruoh-Shoei LIN -# Copyright 2020-2022 RuohShoei LIN +# Copyright 2020-2025 Ruoh-Shoei LIN # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -33,7 +33,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=nestopia -VERSION=${VERSION:-1.52.0} +VERSION=${VERSION:-1.53.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -92,11 +92,13 @@ CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ + --bindir=/usr/games \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --sysconfdir=/etc \ --localstatedir=/var \ --mandir=/usr/man \ --docdir=/usr/doc/$PRGNAM-$VERSION \ + --disable-static \ --build=$ARCH-slackware-linux make @@ -104,7 +106,7 @@ make install-strip DESTDIR=$PKG mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - COPYING COPYRIGHT \ + COPYING COPYRIGHT ChangeLog README.md \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/games/nestopia/nestopia.info b/games/nestopia/nestopia.info index 22b14ef0eb..b056b69dae 100644 --- a/games/nestopia/nestopia.info +++ b/games/nestopia/nestopia.info @@ -1,10 +1,10 @@ PRGNAM="nestopia" -VERSION="1.52.0" +VERSION="1.53.0" HOMEPAGE="https://0ldsk00l.ca/nestopia/" -DOWNLOAD="https://github.com/0ldsk00l/nestopia/archive/1.52.0/nestopia-1.52.0.tar.gz" -MD5SUM="b5c7519e8675b01552f84bf6801ec9da" +DOWNLOAD="https://github.com/0ldsk00l/nestopia/archive/1.53.0/nestopia-1.53.0.tar.gz" +MD5SUM="b68c0e85e9516204cc1b307f8f3f06b8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" MAINTAINER="RuohShoei LIN" -EMAIL="lin[dot]ruohshoei [at] gmail [dot] com" +EMAIL="lin.ruohshoei+sbo@gmail.com" |