From 9f8dcadd8163694b5a732cfd7ca47db36972530a Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Tue, 19 Feb 2013 22:16:59 +0100 Subject: [PATCH] c-ares: New package. This is a build dependency of sssd. --- c-ares/c-ares.nm | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 c-ares/c-ares.nm diff --git a/c-ares/c-ares.nm b/c-ares/c-ares.nm new file mode 100644 index 000000000..dcbe85093 --- /dev/null +++ b/c-ares/c-ares.nm @@ -0,0 +1,39 @@ +############################################################################### +# IPFire.org - An Open Source Firewall Solution # +# Copyright (C) - IPFire Development Team # +############################################################################### + +name = c-ares +version = 1.9.1 +release = 1 + +groups = System/Libraries +url = http://c-ares.haxx.se/ +license = MIT +summary = A library that performs asynchronous DNS operations. + +description + c-ares is a C library that performs DNS requests and name resolves + asynchronously. c-ares is a fork of the library named 'ares', written + by Greg Hudson at MIT. +end + +source_dl = http://c-ares.haxx.se/download/ + +build + configure_options += \ + --enable-shared \ + --disable-static +end + +packages + package %{name} + + package %{name}-devel + template DEVEL + end + + package %{name}-debuginfo + template DEBUGINFO + end +end -- 2.39.2