]> git.ipfire.org Git - ipfire-3.x.git/blame - fribidi/fribidi.nm
json-c: Update to version 0.17-20230812
[ipfire-3.x.git] / fribidi / fribidi.nm
CommitLineData
f32efd0d
MT
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = fribidi
7version = 1.0.12
fb0b5f5a 8release = 1.1
f32efd0d
MT
9
10groups = System/Libraries
11url = https://github.com/fribidi/fribidi/
12license = LGPLv2+ and UCD
13summary = Library implementing the Unicode Bidirectional Algorithm
14
15description
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.
19end
20
21source_dl = https://github.com/%{name}/%{name}/releases/download/v%{version}/
22sources = %{thisapp}.tar.xz
23
24build
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
38end
39
40packages
41 package %{name}
42
43 package %{name}-devel
44 template DEVEL
45 end
46
47 package %{name}-debuginfo
48 template DEBUGINFO
49 end
50end