1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-12 18:59:50 +03:00

main/xmlrpc-c: split static

This commit is contained in:
J0WI 2025-02-08 15:39:45 +01:00 committed by Natanael Copa
parent 0c1f9c7d36
commit d8307068f3

View file

@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xmlrpc-c
pkgver=1.51.08
pkgrel=4
pkgrel=5
pkgdesc="This library provides a modular implementation of XML-RPC for C and C++"
url="https://xmlrpc-c.sourceforge.net/"
arch="all"
@ -9,6 +9,7 @@ license="BSD-3-Clause AND MIT"
depends_dev="libxml2-dev"
makedepends="libtool curl-dev libxml2-dev zlib-dev openssl-dev>3"
subpackages="
$pkgname-static
$pkgname-dev
$pkgname-doc
$pkgname-client