ipfire-3.x/libunistring/libunistring.nm

42 lines
1.1 KiB
Plaintext

###############################################################################
# IPFire.org - An Open Source Firewall Solution #
# Copyright (C) - IPFire Development Team <info@ipfire.org> #
###############################################################################
name = libunistring
version = 1.1
release = 1.1
groups = System/Libraries
url = https://www.gnu.org/software/libunistring/
license = LGPLv3+
summary = GNU Unicode string library
description
This portable C library implements Unicode string types in three flavours:
(UTF-8, UTF-16, UTF-32), together with functions for character processing
(names, classifications, properties) and functions for string processing
(iteration, formatted output, width, word breaks, line breaks, normalization,
case folding and regular expressions).
end
source_dl = https://ftp.gnu.org/gnu/libunistring/
build
configure_options += \
--disable-static \
--disable-rpath
end
packages
package %{name}
package %{name}-devel
template DEVEL
end
package %{name}-debuginfo
template DEBUGINFO
end
end