]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - gdk-pixbuf2/gdk-pixbuf2.nm
Add a -debuginfo for every package that is not noarch.
[people/amarx/ipfire-3.x.git] / gdk-pixbuf2 / gdk-pixbuf2.nm
CommitLineData
c112dc71
SS
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = gdk-pixbuf2
7version = 2.24.0
8major_ver = 2.24
9release = 1
10
11groups = System/Libraries
12url = http://www.gtk.org/
13license = LGPLv2+
14summary = An image loading library.
15
16description
17 gdk-pixbuf is an image loading library that can be extended by loadable
18 modules for new image formats.
19end
20
21thisapp = gdk-pixbuf-%{version}
22
23source_dl = http://download.gnome.org/sources/gdk-pixbuf/%{major_ver}/
24sources = %{thisapp}.tar.xz
25
26build
27 requires
28 glib2-devel
29 libpng-devel
30 libjpeg-devel
31 libtiff-devel
32 end
33
34 configure_options += \
35 --disable-rpath
36end
37
38packages
39 package %{name}
40 end
1f9bc2f0 41
c112dc71
SS
42 package %{name}-devel
43 template DEVEL
44 end
1f9bc2f0
MT
45
46 package %{name}-debuginfo
47 template DEBUGINFO
48 end
c112dc71 49end