wok-current rev 20980
amule source modified for cryptopp 8.0.0
author | Hans-G?nter Theisgen |
---|---|
date | Wed Mar 06 13:37:18 2019 +0100 (2019-03-06) |
parents | adad2701522a |
children | 105a5deb6ca5 |
files | amule/receipt |
line diff
1.1 --- a/amule/receipt Tue Mar 05 17:56:52 2019 +0100 1.2 +++ b/amule/receipt Wed Mar 06 13:37:18 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 &&