diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-10-10 22:14:45 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-10-10 22:15:57 +0300 |
commit | aa3f63fd497558a02feb3ddbc44f31eac091f39b (patch) | |
tree | 0e28b9b1f0501dd8be9e1a38db4ec1777fa3fbfa /packaging/nacl/ports/manaplus | |
parent | 7c10a6b61e9d06a4ae9cc9f942dfacb6fcfd9d3d (diff) | |
download | manaverse-aa3f63fd497558a02feb3ddbc44f31eac091f39b.tar.gz manaverse-aa3f63fd497558a02feb3ddbc44f31eac091f39b.tar.bz2 manaverse-aa3f63fd497558a02feb3ddbc44f31eac091f39b.tar.xz manaverse-aa3f63fd497558a02feb3ddbc44f31eac091f39b.zip |
Remove most unused files.
Diffstat (limited to 'packaging/nacl/ports/manaplus')
-rwxr-xr-x | packaging/nacl/ports/manaplus/build.sh | 33 | ||||
-rw-r--r-- | packaging/nacl/ports/manaplus/pkg_info | 6 |
2 files changed, 0 insertions, 39 deletions
diff --git a/packaging/nacl/ports/manaplus/build.sh b/packaging/nacl/ports/manaplus/build.sh deleted file mode 100755 index 19f97cabd..000000000 --- a/packaging/nacl/ports/manaplus/build.sh +++ /dev/null @@ -1,33 +0,0 @@ -#!/bin/bash -# Copyright (c) 2011 The Native Client Authors. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -ConfigureStep() { - Banner "Configuring ${PACKAGE_NAME}" - - SetupCrossEnvironment - - # export the nacl tools - export PKG_CONFIG_PATH=${NACLPORTS_LIBDIR}/pkgconfig - export PKG_CONFIG_LIBDIR=${NACLPORTS_LIBDIR} - - export SDL_CONFIG=${NACLPORTS_LIBDIR}/../bin/sdl-config - 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" - -# autoreconf -i ${SRC_DIR} - autoreconf -i ${MANAPLUSDIR} -# ${SRC_DIR}/configure - ${MANAPLUSDIR}/configure \ - --enable-naclbuild \ - --disable-nls \ - --with-opengl \ - --without-librt \ - --without-mumble \ - --without-dyecmd \ - --host=nacl \ - --prefix=${PREFIX} -} diff --git a/packaging/nacl/ports/manaplus/pkg_info b/packaging/nacl/ports/manaplus/pkg_info deleted file mode 100644 index 314dfb0b7..000000000 --- a/packaging/nacl/ports/manaplus/pkg_info +++ /dev/null @@ -1,6 +0,0 @@ -NAME=manaplus -VERSION=1 -#URL=https://gitlab.com/manaplus/manaplus.git@master -LICENSE=GPL -DEPENDS=(sdl sdl-gfx sdl-mixer sdl-ttf sdl-image sdl-net curl libxml2 libwebp zlib) -SHA1=4178d0c709b34b811d1781fc6dc183ea4979c2b5 |