]> git.ipfire.org Git - ipfire-3.x.git/blame - c-ares/c-ares.nm
json-c: Update to version 0.17-20230812
[ipfire-3.x.git] / c-ares / c-ares.nm
CommitLineData
9f8dcadd
SS
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = c-ares
4e76fdc0 7version = 1.18.1
fb0b5f5a 8release = 1.1
9f8dcadd
SS
9
10groups = System/Libraries
4e76fdc0 11url = https://c-ares.org
9f8dcadd 12license = MIT
4e76fdc0 13summary = A library that performs asynchronous DNS operations
9f8dcadd
SS
14
15description
16 c-ares is a C library that performs DNS requests and name resolves
17 asynchronously. c-ares is a fork of the library named 'ares', written
18 by Greg Hudson at MIT.
19end
20
4e76fdc0 21source_dl = https://c-ares.org/download/
9f8dcadd
SS
22
23build
24 configure_options += \
25 --enable-shared \
26 --disable-static
27end
28
29packages
30 package %{name}
31
32 package %{name}-devel
33 template DEVEL
34 end
35
36 package %{name}-debuginfo
37 template DEBUGINFO
38 end
39end