summaryrefslogtreecommitdiff
path: root/packaging/nacl
diff options
context:
space:
mode:
authorjak1 <jak1@themanaworld.org>2023-01-08 15:31:42 +0100
committerJesusaves <cpntb1@ymail.com>2024-02-08 21:48:54 -0300
commit1d56e8f96def89ebcdd59ae85932353b52a973ec (patch)
treebe14e679babc650f5db61af73ec53e0080735bad /packaging/nacl
parent804ff57328837c09a692ddbe2d3ebb755d57a7c8 (diff)
downloadmv-1d56e8f96def89ebcdd59ae85932353b52a973ec.tar.gz
mv-1d56e8f96def89ebcdd59ae85932353b52a973ec.tar.bz2
mv-1d56e8f96def89ebcdd59ae85932353b52a973ec.tar.xz
mv-1d56e8f96def89ebcdd59ae85932353b52a973ec.zip
[WIP] renamed the client to ManaVerse
removed evol, since its not developed anymore... only leads to confusing players removed that anoying 'broken nick detected' message (regulare player don't care what crap the server sends) updated copyright -2020 for manaplus * Updated in 2024-02-08 with conflicts by Jesusalva
Diffstat (limited to 'packaging/nacl')
-rwxr-xr-xpackaging/nacl/ports/manaplus/build.sh6
-rw-r--r--packaging/nacl/ports/manaplus/pkg_info4
2 files changed, 5 insertions, 5 deletions
diff --git a/packaging/nacl/ports/manaplus/build.sh b/packaging/nacl/ports/manaplus/build.sh
index 19f97cabd..08d9b0a73 100755
--- a/packaging/nacl/ports/manaplus/build.sh
+++ b/packaging/nacl/ports/manaplus/build.sh
@@ -16,12 +16,12 @@ ConfigureStep() {
SDL_CFLAGS=`$SDL_CONFIG --cflags`
SDL_LIBS="-lSDL_image -lSDL_ttf -lSDL_mixer -lSDL_gfx -lSDL_net -lfreetype -ljpeg -lpng16 -lwebp -lvorbisfile -lvorbis -logg -lmikmod -lz -lbz2 -ltiff"
export LIBS="-L${NACLPORTS_LIBDIR} ${SDL_LIBS} -lnacl_io -lpthread -lRegal -lm"
- export MANAPLUSDIR="${START_DIR}/src"
+ export MANAVERSEDIR="${START_DIR}/src"
# autoreconf -i ${SRC_DIR}
- autoreconf -i ${MANAPLUSDIR}
+ autoreconf -i ${MANAVERSEDIR}
# ${SRC_DIR}/configure
- ${MANAPLUSDIR}/configure \
+ ${MANAVERSEDIR}/configure \
--enable-naclbuild \
--disable-nls \
--with-opengl \
diff --git a/packaging/nacl/ports/manaplus/pkg_info b/packaging/nacl/ports/manaplus/pkg_info
index 314dfb0b7..ed9fd19bd 100644
--- a/packaging/nacl/ports/manaplus/pkg_info
+++ b/packaging/nacl/ports/manaplus/pkg_info
@@ -1,6 +1,6 @@
-NAME=manaplus
+NAME=manaverse
VERSION=1
-#URL=https://gitlab.com/manaplus/manaplus.git@master
+#URL=https://git.themanaworld.org/mana/plus
LICENSE=GPL
DEPENDS=(sdl sdl-gfx sdl-mixer sdl-ttf sdl-image sdl-net curl libxml2 libwebp zlib)
SHA1=4178d0c709b34b811d1781fc6dc183ea4979c2b5