]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - libunistring/libunistring.nm
glib2: Update to 2.39.4.
[people/ms/ipfire-3.x.git] / libunistring / libunistring.nm
CommitLineData
3b51edb7
MT
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = libunistring
7version = 0.9.3
8release = 1
9
10groups = System/Libraries
11url = http://www.gnu.org/software/libunistring/
12license = LGPLv3+
13summary = GNU Unicode string library.
14
15description
16 This portable C library implements Unicode string types in three flavours:
17 (UTF-8, UTF-16, UTF-32), together with functions for character processing
18 (names, classifications, properties) and functions for string processing
19 (iteration, formatted output, width, word breaks, line breaks, normalization,
20 case folding and regular expressions).
21end
22
23source_dl = ftp://ftp.gnu.org/gnu/libunistring/
24
25build
26 configure_options += \
27 --disable-static \
28 --disable-rpath
29end
30
31packages
32 package %{name}
33
34 package %{name}-devel
35 template DEVEL
36 end
37
38 package %{name}-debuginfo
39 template DEBUGINFO
40 end
41end