]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - libunistring/libunistring.nm
grep: Update to version 2.18.
[people/ms/ipfire-3.x.git] / libunistring / libunistring.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libunistring
7 version = 0.9.3
8 release = 1
9
10 groups = System/Libraries
11 url = http://www.gnu.org/software/libunistring/
12 license = LGPLv3+
13 summary = GNU Unicode string library.
14
15 description
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).
21 end
22
23 source_dl = ftp://ftp.gnu.org/gnu/libunistring/
24
25 build
26 configure_options += \
27 --disable-static \
28 --disable-rpath
29 end
30
31 packages
32 package %{name}
33
34 package %{name}-devel
35 template DEVEL
36 end
37
38 package %{name}-debuginfo
39 template DEBUGINFO
40 end
41 end