mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
New package: posixovl-1.3_1
This commit is contained in:
parent
0c74009b8c
commit
3bbaf87b66
1 changed files with 17 additions and 0 deletions
17
srcpkgs/posixovl/template
Normal file
17
srcpkgs/posixovl/template
Normal 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
|
Loading…
Add table
Reference in a new issue