mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
gnunet: missing libgcrypt, distfile is gone
This commit is contained in:
parent
104f41c366
commit
23892b31e3
1 changed files with 3 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue