gnunet: missing libgcrypt, distfile is gone

This commit is contained in:
classabbyamp 2023-11-09 02:18:34 -05:00
parent 104f41c366
commit 23892b31e3
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5

View file

@ -6,7 +6,7 @@ build_style=gnu-configure
conf_files="/etc/gnunet/gnunet.conf"
hostmakedepends="automake gettext gettext-devel libtool pkg-config tar texinfo"
# XXX: curl-gnutls-devel
makedepends="libidn-devel libltdl-devel libunistring-devel
makedepends="libidn-devel libltdl-devel libunistring-devel libgcrypt-devel
libmariadbclient-devel postgresql-libs-devel sqlite-devel zlib-devel
$(vopt_if bluetooth libbluetooth-devel)
$(vopt_if extractor libextractor-devel)
@ -24,7 +24,8 @@ short_desc="Framework for secure peer-to-peer networking"
maintainer="Anachron <gith@cron.world>"
license="GPL-3.0-or-later"
homepage="https://gnunet.org"
distfiles="http://ftpmirror.gnu.org/gnunet/${pkgname}-${version}.tar.gz"
#distfiles="http://ftpmirror.gnu.org/gnunet/${pkgname}-${version}.tar.gz"
distfiles="https://sources.voidlinux.org/gnunet-0.12.2/gnunet-0.12.2.tar.gz"
checksum=ac288b047d1156fc5e739062b11242bad0487993631e79781aede620ddf18cd7
build_options="bluetooth extractor iptables ifconfig jansson microhttpd opus gstreamer pulseaudio zbar"