]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blame - gettext/gettext.nm
Move all packages to root.
[people/arne_f/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
8release = 1
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
166a6c21
MT
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 \
25 programs.
802ea3af
MT
26end
27
28source_dl =
29
30build
31 requires
32 bison
33 libxml2-devel
34 end
35
36 configure_options += \
37 --disable-static \
38 --enable-shared \
39 --disable-rpath
40
41# Disable testsuite - it's broken ( readlink test )
42# test
43# make check
44# end
45end
46
47packages
48 package %{name}
49 end
50
51 package %{name}-devel
52 template DEVEL
53 end
54end