]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blob - fribidi/fribidi.nm
util-linux: Enable building sulogin
[people/pmueller/ipfire-3.x.git] / fribidi / fribidi.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = fribidi
7 version = 1.0.12
8 release = 1.1
9
10 groups = System/Libraries
11 url = https://github.com/fribidi/fribidi/
12 license = LGPLv2+ and UCD
13 summary = Library implementing the Unicode Bidirectional Algorithm
14
15 description
16 A library to handle bidirectional scripts (for example Hebrew,
17 Arabic), so that the display is done in the proper way; while the
18 text data itself is always written in logical order.
19 end
20
21 source_dl = https://github.com/%{name}/%{name}/releases/download/v%{version}/
22 sources = %{thisapp}.tar.xz
23
24 build
25 requires
26 autoconf
27 automake
28 libtool
29 end
30
31 prepare_cmds
32 autoreconf -vfi
33 end
34
35 test
36 LD_LIBRARY_PATH=%{DIR_APP}/lib/.libs make check
37 end
38 end
39
40 packages
41 package %{name}
42
43 package %{name}-devel
44 template DEVEL
45 end
46
47 package %{name}-debuginfo
48 template DEBUGINFO
49 end
50 end