]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - libsoup/libsoup.nm
Move all packages to root.
[ipfire-3.x.git] / libsoup / libsoup.nm
diff --git a/libsoup/libsoup.nm b/libsoup/libsoup.nm
new file mode 100644 (file)
index 0000000..f91b31d
--- /dev/null
@@ -0,0 +1,47 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
+###############################################################################
+
+name       = libsoup
+version    = 2.33.6
+release    = 1
+
+groups     = System/Libraries
+url        = http://live.gnome.org/LibSoup
+license    = GPL
+summary    = HTTP client/server library for GNOME.
+
+description
+       libsoup is an HTTP client/server library for GNOME. It uses GObjects \
+       and the glib main loop, to integrate well with GNOME applications, \
+       and also has a synchronous API, for use in threaded applications.
+end
+
+source_dl  =
+
+build
+       requires
+               glib2-devel
+               gnutls-devel
+               libgcrypt-devel
+               libxml2-devel
+               openssl-devel
+               pkg-config
+               zlib-devel
+       end
+
+       configure_options += \
+               --without-gnome
+end
+
+packages
+       package %{name}
+       end
+       
+       package %{name}-devel
+               template DEVEL
+       
+               requires = libxml2-devel
+       end
+end