]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - libsoup/libsoup.nm
Add a -debuginfo for every package that is not noarch.
[people/amarx/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 = 2.33.6
8 release = 1
9
10 groups = System/Libraries
11 url = http://live.gnome.org/LibSoup
12 license = GPL
13 summary = HTTP client/server library for GNOME.
14
15 description
16 libsoup is an HTTP client/server library for GNOME. It uses GObjects \
17 and the glib main loop, to integrate well with GNOME applications, \
18 and also has a synchronous API, for use in threaded applications.
19 end
20
21 source_dl =
22
23 build
24 requires
25 glib2-devel
26 gnutls-devel
27 libgcrypt-devel
28 libxml2-devel
29 openssl-devel
30 pkg-config
31 zlib-devel
32 end
33
34 configure_options += \
35 --without-gnome
36 end
37
38 packages
39 package %{name}
40 end
41
42 package %{name}-devel
43 template DEVEL
44
45 requires = libxml2-devel
46 end
47
48 package %{name}-debuginfo
49 template DEBUGINFO
50 end
51 end