]> git.ipfire.org Git - ipfire-3.x.git/blob - glib2/glib2.nm
kernel: Fix compiled-in version number
[ipfire-3.x.git] / glib2 / glib2.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = glib2
7 ver_major = 2.55
8 ver_minor = 1
9 version = %{ver_major}.%{ver_minor}
10 release = 1
11 thisapp = glib-%{version}
12
13 maintainer = Erik Kapfer <erik.kapfer@ipfire.org>
14 groups = System/Libraries
15 url = http://www.gtk.org
16 license = LGPLv2+
17 summary = A library of handy utility functions.
18
19 description
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
24 object system.
25 end
26
27 source_dl = http://ftp.gnome.org/pub/gnome/sources/glib/%{ver_major}/
28 sources = %{thisapp}.tar.xz
29
30 build
31 requires
32 gettext
33 libffi-devel
34 libmount-devel
35 pcre-devel
36 pkg-config
37 zlib-devel
38 end
39
40 configure_options += \
41 --with-pcre=system
42
43 install_cmds
44 mkdir -pv %{BUILDROOT}/etc/profile.d/
45 cp -vf %{DIR_SOURCE}/glib2-locale.sh %{BUILDROOT}/etc/profile.d/
46 end
47 end
48
49 packages
50 package %{name}
51
52 package %{name}-devel
53 template DEVEL
54 end
55
56 package %{name}-debuginfo
57 template DEBUGINFO
58 end
59 end