mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
libmicrohttpd: remove unused dependencies, fix
Closes: https://github.com/void-linux/void-packages/pull/44191
This commit is contained in:
parent
f0671d6e98
commit
336ea3f938
1 changed files with 3 additions and 5 deletions
|
@ -1,20 +1,18 @@
|
|||
# Template file for 'libmicrohttpd'
|
||||
pkgname=libmicrohttpd
|
||||
version=0.9.77
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="
|
||||
--enable-largefile
|
||||
--enable-https
|
||||
--enable-messages"
|
||||
hostmakedepends="texinfo"
|
||||
makedepends="libgcrypt-devel gnutls-devel"
|
||||
makedepends="gnutls-devel"
|
||||
checkdepends="libcurl-devel"
|
||||
short_desc="Library embedding HTTP server functionality"
|
||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://www.gnu.org/software/libmicrohttpd/"
|
||||
changelog="https://git.gnunet.org/libmicrohttpd.git/plain/ChangeLog"
|
||||
changelog="https://git.gnunet.org/libmicrohttpd.git/plain/ChangeLog?h=v${version}"
|
||||
distfiles="${GNU_SITE}/libmicrohttpd/libmicrohttpd-${version}.tar.gz"
|
||||
checksum=9e7023a151120060d2806a6ea4c13ca9933ece4eacfc5c9464d20edddb76b0a0
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue