]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blob - libsoup/libsoup.nm
glibc: Disable multilib support on X86_64
[people/stevee/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.54
9 ver_minor = 0.1
10 release = 2
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 vala-devel >= 0.32
39 end
40
41 export LD_LIBRARY_PATH = %{DIR_APP}/libsoup/.libs
42
43 configure_options += \
44 --enable-introspection=yes \
45 --disable-tls-check \
46 --without-gnome
47 end
48
49 packages
50 package %{name}
51
52 package %{name}-devel
53 template DEVEL
54
55 requires = libxml2-devel
56
57 files += \
58 %{datadir}/gir*/
59 end
60
61 package %{name}-debuginfo
62 template DEBUGINFO
63 end
64 end