build: fuse3: installer and pkg-config

This commit is contained in:
Bill Zissimopoulos
2018-07-20 09:24:22 -07:00
parent 575fe55eb8
commit eb0f03b17b
4 changed files with 76 additions and 0 deletions

10
src/dll/fuse3/fuse3.pc.in Normal file
View File

@ -0,0 +1,10 @@
prefix=${pcfiledir}/..
incdir=${prefix}/inc/fuse3
implib=${prefix}/bin/winfsp-${arch}.dll
Name: fuse3
Description: WinFsp FUSE3 compatible API
Version: 3.2
URL: http://www.secfs.net/winfsp/
Libs: "${implib}"
Cflags: -I"${incdir}"