]> git.ipfire.org Git - people/ms/ipfire-3.x.git/commitdiff
c-ares: New package.
authorStefan Schantl <stefan.schantl@ipfire.org>
Tue, 19 Feb 2013 21:16:59 +0000 (22:16 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Tue, 19 Feb 2013 21:16:59 +0000 (22:16 +0100)
This is a build dependency of sssd.

c-ares/c-ares.nm [new file with mode: 0644]

diff --git a/c-ares/c-ares.nm b/c-ares/c-ares.nm
new file mode 100644 (file)
index 0000000..dcbe850
--- /dev/null
@@ -0,0 +1,39 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
+###############################################################################
+
+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