New package: posixovl-1.3_1

This commit is contained in:
B. Wilson 2018-11-03 20:57:37 +09:00 committed by maxice8
parent 0c74009b8c
commit 3bbaf87b66

17
srcpkgs/posixovl/template Normal file
View file

@ -0,0 +1,17 @@
# Template file for 'posixovl'
pkgname=posixovl
version=1.3
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="fuse-devel"
short_desc="FUSE filesystem to emulate POSIX features on non-POSIX filesystems"
maintainer="B. Wilson <x@wilsonb.com>"
license="GPL-2.0-or-later"
homepage="https://sourceforge.net/projects/posixovl/"
distfiles="${SOURCEFORGE_SITE}/posixovl/files/${pkgname}-${version}.tar.xz"
checksum=a827798b02c0f27b37d8a10502e76c21adac43b887a49e7234e8d27668f62e72
case "$XBPS_TARGET_MACHINE" in
*-musl) broken="posixovl.c:196:14: error: conflicting types for strlcpy" ;;
esac