]> git.ipfire.org Git - ipfire-3.x.git/blob - libsoup/libsoup.nm
4c2008f72f2469a773b06283a3909957bd598416
[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 = 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 vala-devel >= 0.32
39 end
40
41 configure_options += \
42 --enable-introspection=yes \
43 --disable-tls-check \
44 --without-gnome
45 end
46
47 packages
48 package %{name}
49
50 package %{name}-devel
51 template DEVEL
52
53 requires = libxml2-devel
54
55 files += \
56 %{datadir}/gir*/
57 end
58
59 package %{name}-debuginfo
60 template DEBUGINFO
61 end
62 end