]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - gettext/gettext.nm
Add a -debuginfo for every package that is not noarch.
[people/ms/ipfire-3.x.git] / gettext / gettext.nm
CommitLineData
166a6c21 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
166a6c21
MT
4###############################################################################
5
802ea3af
MT
6name = gettext
7version = 0.18.1.1
df4ac564 8release = 3
166a6c21 9
802ea3af
MT
10groups = System/Base
11url = http://www.gnu.org/software/gettext/
12license = GPLv3 LGPL2+
13summary = GNU libraries and utilities for producing multi-lingual messages.
48add3fd 14
802ea3af 15description
c28cd4f9
SS
16 The GNU gettext package provides a set of tools and documentation for
17 producing multi-lingual messages in programs. Tools include a set of
18 conventions about how programs should be written to support message
19 catalogs, a directory and file naming organization for the message
20 catalogs, a runtime library which supports the retrieval of translated
21 messages, and stand-alone programs for handling the translatable and
22 the already translated strings. Gettext provides an easy to use
23 library and tools for creating, using, and modifying natural language
24 catalogs and is a powerful and simple method for internationalizing
166a6c21 25 programs.
802ea3af
MT
26end
27
c28cd4f9 28source_dl = http://ftp.gnu.org/pub/gnu/gettext/
802ea3af
MT
29
30build
31 requires
32 bison
df4ac564 33 libcroco-devel
802ea3af
MT
34 libxml2-devel
35 end
36
37 configure_options += \
38 --disable-static \
39 --enable-shared \
40 --disable-rpath
41
42# Disable testsuite - it's broken ( readlink test )
43# test
44# make check
45# end
46end
47
48packages
49 package %{name}
1f9bc2f0 50
802ea3af
MT
51 package %{name}-devel
52 template DEVEL
c28cd4f9
SS
53
54 requires += \
55 gettext-libs=%{thisver}
56 end
57
58 package %{name}-libs
59 template LIBS
60
61 files
62 /usr/lib/libgettextlib-*.so
63 /usr/lib/libgettextpo.so.*
64 /usr/lib/libgettextsrc-*.so
65 /usr/lib/preloadable_libintl.so
66 end
802ea3af 67 end
1f9bc2f0
MT
68
69 package %{name}-debuginfo
70 template DEBUGINFO
71 end
802ea3af 72end