]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - glib2/glib2.nm
gdk-pixbuf2: Update to 2.27.1.
[people/ms/ipfire-3.x.git] / glib2 / glib2.nm
CommitLineData
166a3088 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
166a3088
MT
4###############################################################################
5
2e5078c8 6name = glib2
9edaaeab
EK
7ver_major = 2.35
8ver_minor = 1
9version = %{ver_major}.%{ver_minor}
10release = 1
2e5078c8 11thisapp = glib-%{version}
166a3088 12
9edaaeab 13maintainer = Erik Kapfer <erik.kapfer@ipfire.org>
802ea3af
MT
14groups = System/Libraries
15url = http://www.gtk.org
16license = LGPLv2+
17summary = A library of handy utility functions.
166a3088 18
802ea3af 19description
119f8a83
SS
20 GLib is the low-level core library that forms the basis
21 for projects such as GTK+ and GNOME. It provides data structure
22 handling for C, portability wrappers, and interfaces for such runtime
23 functionality as an event loop, threads, dynamic loading, and an
166a3088 24 object system.
802ea3af
MT
25end
26
f6a10344 27source_dl = http://ftp.gnome.org/pub/gnome/sources/glib/%{ver_major}/
802ea3af
MT
28sources = %{thisapp}.tar.xz
29
30build
31 requires
32 gettext
33 libffi-devel
34 libselinux-devel
35 pcre-devel
36 pkg-config
37 zlib-devel
38 end
39
40 configure_options += \
41 --sysconfdir=/etc \
42 --with-pcre=system
43
44 install_cmds
802ea3af
MT
45 mkdir -pv %{BUILDROOT}/etc/profile.d/
46 cp -vf %{DIR_SOURCE}/glib2-locale.sh %{BUILDROOT}/etc/profile.d/
47 end
48end
49
50packages
2e5078c8
MT
51 package %{name}
52
53 package %{name}-devel
802ea3af
MT
54 template DEVEL
55 end
1f9bc2f0
MT
56
57 package %{name}-debuginfo
58 template DEBUGINFO
59 end
802ea3af 60end