#!/bin/sh # Generated by Alien's SlackBuild Toolkit: http://slackware.com/~alien/AST # Copyright 2009, 2010, 2011, 2012, 2013, 2014, 2015 Eric Hameleers, Eindhoven, Netherlands # Copyright 2015-2017 Thorn Inurcide # Copyright 2015-2017 tde-slackbuilds project on GitHub # All rights reserved. # # Permission to use, copy, modify, and distribute this software for # any purpose with or without fee is hereby granted, provided that # the above copyright notice and this permission notice appear in all # copies. # # THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED # WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. # IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR # CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT # LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF # USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND # ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT # OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. PRGNAM=tdegames VERSION=$TDEVERSION BUILD=${BUILD:-1} TAG=${TAG:-_tde} source ../../get-source.sh getsource_fn untar_fn listdocs_fn chown_fn cd_builddir_fn cmake ${G_NINJA:-} ${CMAKE_OPTS:-} \ -DCMAKE_C_FLAGS="$SLKRCFLAGS" \ -DCMAKE_CXX_FLAGS="$SLKRCFLAGS" \ -DCMAKE_C_COMPILER=$COMPILER \ -DCMAKE_CXX_COMPILER=$COMPILER_CXX \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=$INSTALL_TDE \ -DLIB_SUFFIX=$LIBDIRSUFFIX \ -DMAN_INSTALL_DIR=$INSTALL_TDE/man \ -DPLUGIN_INSTALL_DIR=$INSTALL_TDE/lib$LIBDIRSUFFIX/$PLUGIN_INSTALL_DIR \ -DWITH_ARTS="ON" \ -DWITH_GCC_VISIBILITY=${GCC_VIS:-} \ -DBUILD_DOC="ON" \ -DBUILD_LIBTDEGAMES="ON" \ -DBUILD_ATLANTIK="ON" \ -DBUILD_KASTEROIDS="ON" \ -DBUILD_KATOMIC="ON" \ -DBUILD_KBACKGAMMON="ON" \ -DBUILD_KBATTLESHIP="ON" \ -DBUILD_KBLACKBOX="ON" \ -DBUILD_KBOUNCE="ON" \ -DBUILD_KENOLABA="ON" \ -DBUILD_KFOULEGGS="ON" \ -DBUILD_KGOLDRUNNER="ON" \ -DBUILD_KJUMPINGCUBE="ON" \ -DBUILD_KLICKETY="ON" \ -DBUILD_KLINES="ON" \ -DBUILD_KMAHJONGG="ON" \ -DBUILD_KMINES="ON" \ -DBUILD_KNETWALK="ON" \ -DBUILD_KOLF="ON" \ -DBUILD_KONQUEST="ON" \ -DBUILD_KPAT="ON" \ -DBUILD_KPOKER="ON" \ -DBUILD_KREVERSI="ON" \ -DBUILD_KSAME="ON" \ -DBUILD_KSHISEN="ON" \ -DBUILD_KSIRTET="ON" \ -DBUILD_KSMILETRIS="ON" \ -DBUILD_KSNAKE="ON" \ -DBUILD_KSOKOBAN="ON" \ -DBUILD_KSPACEDUEL="ON" \ -DBUILD_KTRON="ON" \ -DBUILD_KTUBERLING="ON" \ -DBUILD_LSKAT="ON" \ -DBUILD_TWIN4="ON" \ -DBUILD_TDEFIFTEEN="ON" \ -Wno-dev \ .. # don't package carddecks if they're not needed for chosen games: [[ ! $(grep -E "kpat|kpoker|lskat" cmake_install.cmake) ]] && sed -i '/carddecks/d' libtdegames/cmake_install.cmake # docs for chosen games only: ## output list of available docs grep include doc/cmake_install.cmake |rev |cut -d "/" -f 2|rev | while read line do ## compare to selected packages & remove available docs if not in list [[ ! $(grep $line cmake_install.cmake) ]] && sed -i "/$line/d" doc/cmake_install.cmake : # need something here to prevent exit 1 done make_fn installdocs_fn strip_fn mkdir_install_fn doinst_sh_fn echo " # HOW TO EDIT THIS FILE: # The 'handy ruler' below makes it easier to edit a package description. Line # up the first '|' above the ':' following the base package name, and the '|' # on the right side marks the last column you can put a character in. You must # make exactly 11 lines for the formatting to be correct. It's also # customary to leave one space after the ':'. |-----handy-ruler------------------------------------------------------| $PRGNAM: Games for TDE $PRGNAM: $PRGNAM: * atlantik: Monopoly-like board games $PRGNAM: * kasteroids: Shoot at those nasty asteroids. $PRGNAM: * katomic: Build complex atoms with a minimal amount of moves. $PRGNAM: * kbackgammon: Play backgammon against a local human player, via a $PRGNAM: game server or against GNU Backgammon (not included) $PRGNAM: * kbattleship: Battleships, with built-in game server. $PRGNAM: * kblackbox: Find atoms in a grid by shooting electrons. $PRGNAM: * kbounce: Reduce the areas for the bouncing balls $PRGNAM: * keneloba: Push pieces of your opponent out of the board $PRGNAM: * kfouleggs: A famous japanese game known as puyo-puyo. $PRGNAM: * kgoldrunner: dodge your enemies, collect all the gold $PRGNAM: * kjumpingcube: A tactical game for number-crunchers. $PRGNAM: * klickety: A tetris like game. $PRGNAM: * klines: Build lines of 5 or more marbles $PRGNAM: * kmahjongg: A tile laying patience. $PRGNAM: * kmines: The classical mine sweeper. $PRGNAM: * knetwalk: connect all the LAN terminals to the server $PRGNAM: * kolf: A mini golf game. $PRGNAM: * konquest: Conquer the planets of your enemy. $PRGNAM: * kpat: Several patience card games. $PRGNAM: * kpoker: The game of poker. $PRGNAM: * kreversi: The old reversi board game, also known as Othello. $PRGNAM: * ksame: Collect pieces of the same color. $PRGNAM: * kshisen: Patience game where you take away all pieces. $PRGNAM: * ksirtet: Tetris clone $PRGNAM: * ksmiletris: Another Tetris-like game. $PRGNAM: * ksnake: Don't bite yourself, eat apples! $PRGNAM: * ksokoban: Move all storage boxes into the cabinet. $PRGNAM: * kspaceduel: Two player game - shoot spaceships flying around a sun. $PRGNAM: * ktron: Like ksnake, but without fruits. $PRGNAM: * ktuberling: Kids game: make your own potato $PRGNAM: * lskat: 2 player skat card game. $PRGNAM: * twin4: Place 4 pieces in a row. $PRGNAM: * tdefifteen: A sliding tile puzzle. " > $PKG/install/slack-desc makepkg_fn