wok rev 25568

updated amule (2.3.2 -> 2.3.3)
author Hans-G?nter Theisgen
date Fri May 12 21:18:30 2023 +0100 (12 months ago)
parents f2b7e5dd6de3
children 64471e67874e
files amule-lang/receipt amule/receipt
line diff
     1.1 --- a/amule-lang/receipt	Fri May 12 17:54:34 2023 +0100
     1.2 +++ b/amule-lang/receipt	Fri May 12 21:18:30 2023 +0100
     1.3 @@ -1,11 +1,11 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="amule-lang"
     1.7 -VERSION="2.3.2"
     1.8 +VERSION="2.3.3"
     1.9  CATEGORY="localization"
    1.10  TAGS="p2p peer-to-peer fileshare - localised messages."
    1.11  SHORT_DESC="An eMule-like client for the eD2k and Kademlia networks."
    1.12 -MAINTAINER="pankso@slitaz.org"
    1.13 +MAINTAINER="maintainer@slitaz.org"
    1.14  LICENSE="GPL2"
    1.15  WEB_SITE="http://www.amule.org/"
    1.16  
     2.1 --- a/amule/receipt	Fri May 12 17:54:34 2023 +0100
     2.2 +++ b/amule/receipt	Fri May 12 21:18:30 2023 +0100
     2.3 @@ -1,9 +1,9 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="amule"
     2.7 -VERSION="2.3.2"
     2.8 +VERSION="2.3.3"
     2.9  CATEGORY="network"
    2.10 -TAGS="p2p peer-to-peer fileshare"
    2.11 +TAGS="fileshare p2p peer-to-peer"
    2.12  SHORT_DESC="An eMule-like client for the eD2k and Kademlia networks."
    2.13  MAINTAINER="pankso@slitaz.org"
    2.14  LICENSE="GPL2"
    2.15 @@ -28,8 +28,9 @@
    2.16  # Rules to configure and make the package.
    2.17  compile_rules()
    2.18  {
    2.19 -	patch -p1 < $stuff/libupnp1.8.patch || exit 1
    2.20 -	patch --strip=0 --input=$stuff/patches/MuleDebug.cpp-2.3.2 &&
    2.21 +	# 2.3.2
    2.22 +#	patch -p1 < $stuff/libupnp1.8.patch || exit 1
    2.23 +#	patch --strip=0 --input=$stuff/patches/MuleDebug.cpp-2.3.2 &&
    2.24  
    2.25  	# What works for imule (see https://aur.archlinux.org/packages/imule)
    2.26  	# might work for amule also:
    2.27 @@ -37,17 +38,22 @@
    2.28  		src/ClientCreditsList.cpp
    2.29  
    2.30  	# Fixed libupnp API breakage.
    2.31 -	sed -e 's|UpnpInit(ipAddress|UpnpInit2(0|' -e 's|UpnpInit)|UpnpInit2)|' \
    2.32 -	    -e 's|ipAddress = NULL|ipAddress|' -e 's|port = 0|port|' \
    2.33 -	    -i  src/UPnPBase.cpp
    2.34 +	sed -i	-e 's|UpnpInit(ipAddress|UpnpInit2(0|'	\
    2.35 +		-e 's|UpnpInit)|UpnpInit2)|'		\
    2.36 +		-e 's|ipAddress = NULL|ipAddress|'	\
    2.37 +		-e 's|port = 0|port|'			\
    2.38 +		src/UPnPBase.cpp
    2.39  
    2.40  	./configure		\
    2.41  		--prefix=/usr	\
    2.42 +		--disable-debug	\
    2.43  		$CONFIGURE_ARGS &&
    2.44  	make $MAKEFLAGS &&
    2.45  	make install DESTDIR=$DESTDIR &&
    2.46 +
    2.47  	./configure			\
    2.48  		--prefix=/usr		\
    2.49 +		--disable-debug		\
    2.50  		--disable-monolithic	\
    2.51  		--enable-amule-daemon	\
    2.52  		--enable-amulecmd	\
    2.53 @@ -62,12 +68,12 @@
    2.54  {
    2.55  	mkdir -p $fs/usr/share
    2.56  
    2.57 -	rm -rf				$install/usr/share/man/??
    2.58 -	rm -rf				$install/usr/share/man/*_*
    2.59 +#	rm -rf				$install/usr/share/man/??
    2.60 +#	rm -rf				$install/usr/share/man/*_*
    2.61  	cp -a $install/usr/bin		$fs/usr
    2.62  	cp -a $install/usr/share/amule	$fs/usr/share
    2.63 +
    2.64  	# Remove unused files in this base package.
    2.65 -# not existing
    2.66 -#	rm $fs/usr/share/amule/skins/kde4.zip
    2.67 -#	rm $fs/usr/share/amule/skins/gnome.zip
    2.68 +	rm				$fs/usr/share/amule/skins/kde4.zip
    2.69 +	rm				$fs/usr/share/amule/skins/gnome.zip
    2.70  }