<?xml version="1.0"?>
<package name="libunistring">
	<description>Unicode library</description>
	<releases>
		<release version="1.4.1" revision="2">
			<build>
				<script>
					<archive name="libunistring-$VERSION">
						<!-- C23 fixes from upstream gnulib to fix build with glibc 2.43 -->
						<patch name="libunistring-$VERSION-gnulib-c23"/>
						<!-- disable build of broken gnulib tests -->
						<cmd>sed -i -e '/^SUBDIRS =/s/ tests//' Makefile.in</cmd>

						<cmd>./configure --disable-static</cmd>
						<cmd>make</cmd>
						<cmd>make install</cmd>
					</archive>
				</script>
			</build>
		</release>
	</releases>
</package>
