Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Merge requests
!79644
main/xmlrpc-c: split static
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
main/xmlrpc-c: split static
J0WI/aports:xmlrpc-static
into
master
Overview
0
Commits
1
Pipelines
3
Changes
1
Merged
J0WI
requested to merge
J0WI/aports:xmlrpc-static
into
master
1 month ago
Overview
0
Commits
1
Pipelines
3
Changes
1
Expand
0
0
Merge request reports
Viewing commit
d8307068
Show latest version
1 file
+
2
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
d8307068
main/xmlrpc-c: split static
· d8307068
J0WI
authored
1 month ago
main/xmlrpc-c/APKBUILD
+
2
−
1
Options
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
xmlrpc-c
pkgname
=
xmlrpc-c
pkgver
=
1.51.08
pkgver
=
1.51.08
pkgrel
=
4
pkgrel
=
5
pkgdesc
=
"This library provides a modular implementation of XML-RPC for C and C++"
pkgdesc
=
"This library provides a modular implementation of XML-RPC for C and C++"
url
=
"https://xmlrpc-c.sourceforge.net/"
url
=
"https://xmlrpc-c.sourceforge.net/"
arch
=
"all"
arch
=
"all"
@@ -9,6 +9,7 @@ license="BSD-3-Clause AND MIT"
@@ -9,6 +9,7 @@ license="BSD-3-Clause AND MIT"
depends_dev
=
"libxml2-dev"
depends_dev
=
"libxml2-dev"
makedepends
=
"libtool curl-dev libxml2-dev zlib-dev openssl-dev>3"
makedepends
=
"libtool curl-dev libxml2-dev zlib-dev openssl-dev>3"
subpackages
=
"
subpackages
=
"
$pkgname
-static
$pkgname
-dev
$pkgname
-dev
$pkgname
-doc
$pkgname
-doc
$pkgname
-client
$pkgname
-client
Loading