diff --git a/common/shlibs b/common/shlibs index 84bf9ef8e9..bca5542b59 100644 --- a/common/shlibs +++ b/common/shlibs @@ -3329,3 +3329,4 @@ libtls.so.18 libtls18-2.8.2_1 libssl.so.46 libssl46-2.8.2_1 libxmlb.so.1 libxmlb-0.1.3_1 libvoikko.so.1 libvoikko-4.2_1 +libfstrcmp.so.0 libfstrcmp-0.7.D001_1 diff --git a/srcpkgs/fstrcmp-doc b/srcpkgs/fstrcmp-doc new file mode 120000 index 0000000000..183ccaf790 --- /dev/null +++ b/srcpkgs/fstrcmp-doc @@ -0,0 +1 @@ +fstrcmp \ No newline at end of file diff --git a/srcpkgs/fstrcmp/template b/srcpkgs/fstrcmp/template new file mode 100644 index 0000000000..81d92c58d9 --- /dev/null +++ b/srcpkgs/fstrcmp/template @@ -0,0 +1,42 @@ +# Template file for 'fstrcmp' +pkgname=fstrcmp +version=0.7.D001 +revision=1 +build_style=gnu-configure +configure_args="LIBTOOL=${XBPS_CROSS_BASE}/usr/bin/libtool" +make_build_args="LIBTOOL=${XBPS_CROSS_BASE}/usr/bin/libtool" +make_install_args="LIBTOOL=${XBPS_CROSS_BASE}/usr/bin/libtool" +hostmakedepends="groff ghostscript" +makedepends="libtool" +short_desc="Fuzzy comparison of strings" +maintainer="Elie ROUDNINSKI " +license="GPL-3.0-or-later" +homepage="http://${pkgname}.sourceforge.net/" +distfiles="http://${pkgname}.sourceforge.net/${pkgname}-${version}.tar.gz" +checksum=e4018e850f80700acee8da296e56e15b1eef711ab15157e542e7d7e1237c3476 + +fstrcmp-doc_package() { + short_desc+=" - documentation files" + pkg_install() { + vmove usr/share/doc + } +} + +libfstrcmp_package() { + short_desc+=" - runtime library" + pkg_install() { + vmove "usr/lib/libfstrcmp.so.*" + } +} + +libfstrcmp-devel_package() { + short_desc+=" - development files" + depends="libfstrcmp>=${version}_${revision}" + pkg_install() { + vmove usr/include + vmove usr/lib/pkgconfig + vmove "usr/lib/*.so" + vmove usr/lib/libfstrcmp.a + vmove usr/share/man/man3 + } +} diff --git a/srcpkgs/libfstrcmp b/srcpkgs/libfstrcmp new file mode 120000 index 0000000000..183ccaf790 --- /dev/null +++ b/srcpkgs/libfstrcmp @@ -0,0 +1 @@ +fstrcmp \ No newline at end of file diff --git a/srcpkgs/libfstrcmp-devel b/srcpkgs/libfstrcmp-devel new file mode 120000 index 0000000000..183ccaf790 --- /dev/null +++ b/srcpkgs/libfstrcmp-devel @@ -0,0 +1 @@ +fstrcmp \ No newline at end of file