wok diff manaplus/receipt @ rev 25335
updated libhtp and libhtp-dev (0.5.39 -> 0.5.40)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Jul 23 17:39:36 2022 +0100 (2022-07-23) |
parents | 241fb98cab1c |
children | 120dd6158093 |
line diff
1.1 --- a/manaplus/receipt Tue Feb 15 18:29:48 2022 +0000 1.2 +++ b/manaplus/receipt Sat Jul 23 17:39:36 2022 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="manaplus" 1.7 -VERSION="1.9.3.23" 1.8 +VERSION="2.1.3.17" 1.9 CATEGORY="games" 1.10 SHORT_DESC="Extended client for Evol Online and The Mana World." 1.11 MAINTAINER="admin@trixarian.net" 1.12 @@ -11,10 +11,11 @@ 1.13 TARBALL="$PACKAGE-$VERSION.tar.xz" 1.14 WGET_URL="http://download.evolonline.org/manaplus/download/$VERSION/$TARBALL" 1.15 1.16 -DEPENDS="curl libpng libsdl-gfx libsdl-image libsdl-mixer libsdl-net \ 1.17 +SUGGESTED="manaplus-lang" 1.18 +DEPENDS="curl libpng libsdl-gfx libsdl-image libsdl-mixer libsdl-net 1.19 libsdl-ttf libxml2 physfs ttf-dejavu zlib" 1.20 -BUILD_DEPENDS="curl-dev enet libpng-dev libsdl-gfx-dev libsdl-image-dev \ 1.21 - libsdl-mixer-dev libsdl-net-dev libsdl-ttf-dev libxml2-dev \ 1.22 +BUILD_DEPENDS="curl-dev enet libpng-dev libsdl-gfx-dev libsdl-image-dev 1.23 + libsdl-mixer-dev libsdl-net-dev libsdl-ttf-dev libxml2-dev 1.24 physfs-dev zlib-dev" 1.25 1.26 # What is the latest version available today? 1.27 @@ -31,8 +32,8 @@ 1.28 --prefix=/usr \ 1.29 --without-opengl \ 1.30 $CONFIGURE_ARGS && 1.31 - make -j 1 && 1.32 - make DESTDIR=$DESTDIR install 1.33 + make && 1.34 + make install DESTDIR=$DESTDIR 1.35 } 1.36 1.37 # Rules to gen a SliTaz package suitable for Tazpkg. 1.38 @@ -42,7 +43,7 @@ 1.39 1.40 cp -a $install/usr/bin $fs/usr 1.41 cp -a $install/usr/share/applications $fs/usr/share/ 1.42 - cp -a $install/usr/share/locale $fs/usr/share/ 1.43 cp -a $install/usr/share/manaplus $fs/usr/share/ 1.44 - cp -a $install/usr/share/pixmaps $fs/usr/share/ 1.45 + # 2.1.3.17 not created 1.46 +# cp -a $install/usr/share/pixmaps $fs/usr/share/ 1.47 }