wok diff enigma/receipt @ rev 23661
updated spectrwm (3.2.0 -> 3.3.0)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Apr 24 06:43:10 2020 +0100 (2020-04-24) |
parents | 55af2ae5af8f |
children | 640a2eba2511 |
line diff
1.1 --- a/enigma/receipt Fri Nov 08 17:15:11 2019 +0100 1.2 +++ b/enigma/receipt Fri Apr 24 06:43:10 2020 +0100 1.3 @@ -1,28 +1,29 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="enigma" 1.7 -VERSION="1.01" 1.8 -REVISION="r1914" 1.9 +VERSION="1.21" 1.10 CATEGORY="games" 1.11 SHORT_DESC="Puzzle game similar to Oxyd." 1.12 MAINTAINER="devl547@gmail.com" 1.13 LICENSE="GPL2" 1.14 WEB_SITE="https://www.nongnu.org/enigma/" 1.15 1.16 -TARBALL="$PACKAGE-$VERSION-$REVISION.tar.gz" 1.17 -WGET_URL="http://download.berlios.de/enigma-game/$TARBALL" 1.18 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.19 +WGET_URL="$SF_MIRROR/$PACKAGE-game/$TARBALL" 1.20 1.21 DEPENDS="libsdl libsdl-image libsdl-mixer libsdl-ttf xerces-c" 1.22 -BUILD_DEPENDS="gettext libsdl-dev libsdl-image-dev libsdl-mixer-dev 1.23 - libsdl-ttf-dev xerces-c-dev" 1.24 +BUILD_DEPENDS="curl-dev gettext imagemagick libsdl-dev libsdl-image-dev 1.25 + libsdl-mixer-dev libsdl-ttf-dev xerces-c-dev" 1.26 +# imagemagick for /usr/bin/convert only 1.27 1.28 # Rules to configure and make the package. 1.29 compile_rules() 1.30 { 1.31 - sed -i 's/stdexcept>/&\n#include <stddef.h>/' \ 1.32 - lib-src/zipios++/src/directory.h 1.33 - sed -i 's/#ifndef.*/&\n#include <stddef.h>/' \ 1.34 - lib-src/enigma-core/ecl_dict.hh 1.35 +# sed -i 's/stdexcept>/&\n#include <stddef.h>/' \ 1.36 +# lib-src/zipios++/src/directory.h 1.37 +# sed -i 's/#ifndef.*/&\n#include <stddef.h>/' \ 1.38 +# lib-src/enigma-core/ecl_dict.hh 1.39 + 1.40 ./configure \ 1.41 --build=$HOST_SYSTEM \ 1.42 --host=$HOST_SYSTEM \