]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blobdiff - curl/curl.nm
Move all packages to root.
[people/ms/ipfire-3.x.git] / curl / curl.nm
diff --git a/curl/curl.nm b/curl/curl.nm
new file mode 100644 (file)
index 0000000..3baf575
--- /dev/null
@@ -0,0 +1,72 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
+###############################################################################
+
+name       = curl
+version    = 7.21.7
+release    = 1
+
+groups     = Application/Internet
+url        = http://www.curl.haxx.se/
+license    = MIT
+summary    = A utility for getting files from remote servers (FTP, HTTP, and others).
+
+description
+       cURL is a tool for getting files from HTTP, FTP, FILE, LDAP, LDAPS,
+       DICT, TELNET and TFTP servers, using any of the supported protocols.
+       cURL is designed to work without user interaction or any kind of
+       interactivity. cURL offers many useful capabilities, like proxy support,
+       user authentication, FTP upload, HTTP post, and file transfer resume.
+end
+
+source_dl  =
+
+build
+       requires
+               autoconf
+               automake
+               groff
+               libidn-devel
+               libssh2-devel
+               libtool
+               nss-devel
+               openldap-devel
+               pkg-config
+               zlib-devel
+       end
+
+       configure_options += \
+               --enable-hidden-symbols \
+               --disable-static \
+               --with-ca-bundle=/etc/pki/tls/certs/ca-bundle.crt \
+               --with-libidn \
+               --with-libssh2 \
+               --with-nss \
+               --enable-ldaps \
+               --enable-ipv6 \
+               --enable-manual \
+               --enable-threaded-resolver \
+               --without-ssl
+
+       prepare_cmds
+               autoreconf -vfi
+       end
+
+       # Doesn't work
+       #test
+       #       make check
+       #end
+end
+
+packages
+       package curl
+       
+       package libcurl
+               template LIBS
+       end
+       
+       package libcurl-devel
+               template DEVEL
+       end
+end