wok diff amule/receipt @ rev 21294

updated file-tail (1.0.5 -> 1.2.0)
author Hans-G?nter Theisgen
date Tue Apr 16 20:48:28 2019 +0100 (2019-04-16)
parents c2946aeb8b57
children e24deaebffc6
line diff
     1.1 --- a/amule/receipt	Wed Oct 10 15:54:03 2018 +0200
     1.2 +++ b/amule/receipt	Tue Apr 16 20:48:28 2019 +0100
     1.3 @@ -3,14 +3,15 @@
     1.4  PACKAGE="amule"
     1.5  VERSION="2.3.2"
     1.6  CATEGORY="network"
     1.7 +TAGS="p2p peer-to-peer fileshare"
     1.8  SHORT_DESC="An eMule-like client for the eD2k and Kademlia networks."
     1.9  MAINTAINER="pankso@slitaz.org"
    1.10  LICENSE="GPL2"
    1.11  WEB_SITE="http://www.amule.org/"
    1.12 +
    1.13  SOURCE="aMule"
    1.14  TARBALL="$SOURCE-$VERSION.tar.xz"
    1.15  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.16 -TAGS="p2p peer-to-peer fileshare"
    1.17  
    1.18  DEPENDS="wxWidgets libupnp libbfd xorg-libXxf86vm cryptopp zlib"
    1.19  BUILD_DEPENDS="wxWidgets-dev libupnp-dev cryptopp zlib-dev"
    1.20 @@ -18,6 +19,11 @@
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()
    1.23  {
    1.24 +	# What works for imule (see https://aur.archlinux.org/packages/imule)
    1.25 +	# might work for amule also:
    1.26 +	sed -i 's/pubkey.DEREncode(asink);/pubkey.AccessMaterial().Save(asink);/g' \
    1.27 +		src/ClientCreditsList.cpp
    1.28 +
    1.29  	./configure \
    1.30  		--prefix=/usr \
    1.31  		$CONFIGURE_ARGS &&