mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52: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'
|
# Template file for 'libmicrohttpd'
|
||||||
pkgname=libmicrohttpd
|
pkgname=libmicrohttpd
|
||||||
version=0.9.77
|
version=0.9.77
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="
|
configure_args="
|
||||||
--enable-largefile
|
|
||||||
--enable-https
|
--enable-https
|
||||||
--enable-messages"
|
--enable-messages"
|
||||||
hostmakedepends="texinfo"
|
makedepends="gnutls-devel"
|
||||||
makedepends="libgcrypt-devel gnutls-devel"
|
|
||||||
checkdepends="libcurl-devel"
|
checkdepends="libcurl-devel"
|
||||||
short_desc="Library embedding HTTP server functionality"
|
short_desc="Library embedding HTTP server functionality"
|
||||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://www.gnu.org/software/libmicrohttpd/"
|
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"
|
distfiles="${GNU_SITE}/libmicrohttpd/libmicrohttpd-${version}.tar.gz"
|
||||||
checksum=9e7023a151120060d2806a6ea4c13ca9933ece4eacfc5c9464d20edddb76b0a0
|
checksum=9e7023a151120060d2806a6ea4c13ca9933ece4eacfc5c9464d20edddb76b0a0
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue