New package: fstrcmp-0.7.D001_1

This commit is contained in:
Elie ROUDNINSKI 2018-10-30 19:46:00 +00:00 committed by Enno Boland
parent 32c48f3d88
commit 55f3dc9725
5 changed files with 46 additions and 0 deletions

View File

@ -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

1
srcpkgs/fstrcmp-doc Symbolic link
View File

@ -0,0 +1 @@
fstrcmp

42
srcpkgs/fstrcmp/template Normal file
View File

@ -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 <xademax@gmail.com>"
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
}
}

1
srcpkgs/libfstrcmp Symbolic link
View File

@ -0,0 +1 @@
fstrcmp

1
srcpkgs/libfstrcmp-devel Symbolic link
View File

@ -0,0 +1 @@
fstrcmp