wok rev 24880

updated manaplus (1.9.3.23 -> 2.1.3.17)
author Hans-G?nter Theisgen
date Thu Mar 31 14:47:26 2022 +0100 (2022-03-31)
parents 6e973ed206f2
children 870a10e2d8f5
files manaplus-lang/receipt manaplus/description.txt manaplus/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/manaplus-lang/receipt	Thu Mar 31 14:47:26 2022 +0100
     1.3 @@ -0,0 +1,17 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="manaplus-lang"
     1.7 +VERSION="2.1.3.17"
     1.8 +CATEGORY="localization"
     1.9 +SHORT_DESC="Extended client for Evol Online and The Mana World - localised messages."
    1.10 +MAINTAINER="maintainer@slitaz.org"
    1.11 +LICENSE="GPL2"
    1.12 +WEB_SITE="https://manaplus.org/"
    1.13 +
    1.14 +WANTED="manaplus"
    1.15 +
    1.16 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.17 +genpkg_rules()
    1.18 +{
    1.19 +	cook_copy_folders	locale
    1.20 +}
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/manaplus/description.txt	Thu Mar 31 14:47:26 2022 +0100
     2.3 @@ -0,0 +1,1 @@
     2.4 +ManaPlus is a free OpenSource 2D MMORPG client, supports hercules, tmwAthena, evol.
     3.1 --- a/manaplus/receipt	Thu Mar 31 14:20:54 2022 +0100
     3.2 +++ b/manaplus/receipt	Thu Mar 31 14:47:26 2022 +0100
     3.3 @@ -1,7 +1,7 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="manaplus"
     3.7 -VERSION="1.9.3.23"
     3.8 +VERSION="2.1.3.17"
     3.9  CATEGORY="games"
    3.10  SHORT_DESC="Extended client for Evol Online and The Mana World."
    3.11  MAINTAINER="admin@trixarian.net"
    3.12 @@ -11,10 +11,11 @@
    3.13  TARBALL="$PACKAGE-$VERSION.tar.xz"
    3.14  WGET_URL="http://download.evolonline.org/manaplus/download/$VERSION/$TARBALL"
    3.15  
    3.16 -DEPENDS="curl libpng libsdl-gfx libsdl-image libsdl-mixer libsdl-net \
    3.17 +SUGGESTED="manaplus-lang"
    3.18 +DEPENDS="curl libpng libsdl-gfx libsdl-image libsdl-mixer libsdl-net
    3.19  	libsdl-ttf libxml2 physfs ttf-dejavu zlib"
    3.20 -BUILD_DEPENDS="curl-dev enet libpng-dev libsdl-gfx-dev libsdl-image-dev \
    3.21 -	libsdl-mixer-dev libsdl-net-dev libsdl-ttf-dev libxml2-dev \
    3.22 +BUILD_DEPENDS="curl-dev enet libpng-dev libsdl-gfx-dev libsdl-image-dev
    3.23 +	libsdl-mixer-dev libsdl-net-dev libsdl-ttf-dev libxml2-dev
    3.24  	physfs-dev zlib-dev"
    3.25  
    3.26  # What is the latest version available today?
    3.27 @@ -31,8 +32,8 @@
    3.28  		--prefix=/usr		\
    3.29  		--without-opengl	\
    3.30  		$CONFIGURE_ARGS &&
    3.31 -	make -j 1 &&
    3.32 -	make DESTDIR=$DESTDIR install
    3.33 +	make &&
    3.34 +	make install DESTDIR=$DESTDIR
    3.35  }
    3.36  
    3.37  # Rules to gen a SliTaz package suitable for Tazpkg.
    3.38 @@ -42,7 +43,7 @@
    3.39  
    3.40  	cp -a $install/usr/bin			$fs/usr
    3.41  	cp -a $install/usr/share/applications	$fs/usr/share/
    3.42 -	cp -a $install/usr/share/locale		$fs/usr/share/
    3.43  	cp -a $install/usr/share/manaplus	$fs/usr/share/
    3.44 -	cp -a $install/usr/share/pixmaps	$fs/usr/share/
    3.45 +	# 2.1.3.17 not created
    3.46 +#	cp -a $install/usr/share/pixmaps	$fs/usr/share/
    3.47  }