]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - libsoup/libsoup.nm
kernel: Update to 4.4.19
[people/amarx/ipfire-3.x.git] / libsoup / libsoup.nm
CommitLineData
60d42395 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
60d42395
SS
4###############################################################################
5
802ea3af 6name = libsoup
5017af2d 7version = %{ver_major}.%{ver_minor}
cc54a317
AM
8ver_major = 2.54
9ver_minor = 0.1
802ea3af 10release = 1
60d42395 11
802ea3af
MT
12groups = System/Libraries
13url = http://live.gnome.org/LibSoup
14license = GPL
15summary = HTTP client/server library for GNOME.
ba587311 16
802ea3af 17description
5017af2d
SS
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,
60d42395 20 and also has a synchronous API, for use in threaded applications.
802ea3af
MT
21end
22
5017af2d
SS
23source_dl = http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{ver_major}/
24sources = %{thisapp}.tar.xz
802ea3af
MT
25
26build
27 requires
5017af2d 28 glib2-devel >= 2.35.0
802ea3af 29 gnutls-devel
5017af2d
SS
30 gobject-introspection-devel
31 intltool
802ea3af
MT
32 libgcrypt-devel
33 libxml2-devel
34 openssl-devel
35 pkg-config
5017af2d 36 sqlite-devel
802ea3af 37 zlib-devel
cc54a317 38 vala-devel >= 0.32
802ea3af
MT
39 end
40
41 configure_options += \
5017af2d
SS
42 --enable-introspection=yes \
43 --disable-tls-check \
802ea3af
MT
44 --without-gnome
45end
46
47packages
48 package %{name}
1f9bc2f0 49
802ea3af
MT
50 package %{name}-devel
51 template DEVEL
1f9bc2f0 52
802ea3af 53 requires = libxml2-devel
5017af2d
SS
54
55 files += \
56 %{datadir}/gir*/
802ea3af 57 end
1f9bc2f0
MT
58
59 package %{name}-debuginfo
60 template DEBUGINFO
61 end
802ea3af 62end