]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - libsoup/libsoup.nm
grep: Update to 2.17.
[people/ms/ipfire-3.x.git] / libsoup / libsoup.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libsoup
7 version = %{ver_major}.%{ver_minor}
8 ver_major = 2.41
9 ver_minor = 5
10 release = 1
11
12 groups = System/Libraries
13 url = http://live.gnome.org/LibSoup
14 license = GPL
15 summary = HTTP client/server library for GNOME.
16
17 description
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.
21 end
22
23 source_dl = http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{ver_major}/
24 sources = %{thisapp}.tar.xz
25
26 build
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
44 end
45
46 packages
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
61 end