############################################################################### # IPFire.org - An Open Source Firewall Solution # # Copyright (C) - IPFire Development Team # ############################################################################### name = fribidi version = 1.0.12 release = 1 groups = System/Libraries url = https://github.com/fribidi/fribidi/ license = LGPLv2+ and UCD summary = Library implementing the Unicode Bidirectional Algorithm description A library to handle bidirectional scripts (for example Hebrew, Arabic), so that the display is done in the proper way; while the text data itself is always written in logical order. end source_dl = https://github.com/%{name}/%{name}/releases/download/v%{version}/ sources = %{thisapp}.tar.xz build requires autoconf automake libtool end prepare_cmds autoreconf -vfi end test LD_LIBRARY_PATH=%{DIR_APP}/lib/.libs make check end end packages package %{name} package %{name}-devel template DEVEL end package %{name}-debuginfo template DEBUGINFO end end