]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - c-ares/c-ares.nm
pdns: Update to version 3.4.7
[people/amarx/ipfire-3.x.git] / c-ares / c-ares.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = c-ares
7 version = 1.9.1
8 release = 1
9
10 groups = System/Libraries
11 url = http://c-ares.haxx.se/
12 license = MIT
13 summary = A library that performs asynchronous DNS operations.
14
15 description
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.
19 end
20
21 source_dl = http://c-ares.haxx.se/download/
22
23 build
24 configure_options += \
25 --enable-shared \
26 --disable-static
27 end
28
29 packages
30 package %{name}
31
32 package %{name}-devel
33 template DEVEL
34 end
35
36 package %{name}-debuginfo
37 template DEBUGINFO
38 end
39 end