]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blame - pkgs/libsoup/libsoup.nm
Change file layout of the makefiles.
[people/arne_f/ipfire-3.x.git] / pkgs / 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
MT
6name = libsoup
7version = 2.33.6
8release = 1
60d42395 9
802ea3af
MT
10groups = System/Libraries
11url = http://live.gnome.org/LibSoup
12license = GPL
13summary = HTTP client/server library for GNOME.
ba587311 14
802ea3af 15description
60d42395
SS
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.
802ea3af
MT
19end
20
21source_dl =
22
23build
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
36end
37
38packages
39 package %{name}
40 end
41
42 package %{name}-devel
43 template DEVEL
44
45 requires = libxml2-devel
46 end
47end