18 lines
621 B
Bash
18 lines
621 B
Bash
|
# 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
|