]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blob - libthai/libthai.nm
Mass rebuild for incorrectly packaged libtool archive files
[people/pmueller/ipfire-3.x.git] / libthai / libthai.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libthai
7 version = 0.1.29
8 release = 2.1
9
10 groups = System/Libraries
11 url = https://linux.thai.net
12 license = LGPLv2+
13 summary = Thai language support routines
14
15 description
16 LibThai is a set of Thai language support routines aimed to ease
17 developers' tasks to incorporate Thai language support in their applications.
18 It includes important Thai-specific functions e.g. word breaking, input and
19 output methods as well as basic character and string supports.
20 end
21
22 source_dl = https://linux.thai.net/pub/thailinux/software/libthai/
23 sources = %{thisapp}.tar.xz
24
25 build
26 requires
27 libdatrie-devel >= 0.2
28 end
29
30 configure_options += \
31 --disable-dict
32 end
33
34 packages
35 package %{name}
36
37 package %{name}-devel
38 template DEVEL
39
40 requires = libdatrie-devel >= 0.2
41 end
42
43 package %{name}-debuginfo
44 template DEBUGINFO
45 end
46 end