]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - c-ares/c-ares.nm
glibc: Update to 2.19.
[people/ms/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
7version = 1.9.1
8release = 1
9
10groups = System/Libraries
11url = http://c-ares.haxx.se/
12license = MIT
13summary = A library that performs asynchronous DNS operations.
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
21source_dl = http://c-ares.haxx.se/download/
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