]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame_incremental - libsoup/libsoup.nm
tzdata: Update to 2014j
[people/ms/ipfire-3.x.git] / libsoup / libsoup.nm
... / ...
CommitLineData
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = libsoup
7version = %{ver_major}.%{ver_minor}
8ver_major = 2.41
9ver_minor = 5
10release = 1
11
12groups = System/Libraries
13url = http://live.gnome.org/LibSoup
14license = GPL
15summary = HTTP client/server library for GNOME.
16
17description
18 libsoup is an HTTP client/server library for GNOME. It uses GObjects
19 and the glib main loop, to integrate well with GNOME applications,
20 and also has a synchronous API, for use in threaded applications.
21end
22
23source_dl = http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{ver_major}/
24sources = %{thisapp}.tar.xz
25
26build
27 requires
28 glib2-devel >= 2.35.0
29 gnutls-devel
30 gobject-introspection-devel
31 intltool
32 libgcrypt-devel
33 libxml2-devel
34 openssl-devel
35 pkg-config
36 sqlite-devel
37 zlib-devel
38 end
39
40 configure_options += \
41 --enable-introspection=yes \
42 --disable-tls-check \
43 --without-gnome
44end
45
46packages
47 package %{name}
48
49 package %{name}-devel
50 template DEVEL
51
52 requires = libxml2-devel
53
54 files += \
55 %{datadir}/gir*/
56 end
57
58 package %{name}-debuginfo
59 template DEBUGINFO
60 end
61end