mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 16:33:02 -05:00
opt: cygfuse: fuse.cygport now provides primary VERSION
This commit is contained in:
parent
71c68d1e17
commit
ed0b83c84d
@ -1,4 +1,4 @@
|
||||
Version = $(shell cat version)
|
||||
Version = $(shell sed -n '/^VERSION=/s/VERSION=\(.*\)/\1/p' fuse.cygport)
|
||||
#Debug = -g
|
||||
|
||||
cygfuse-$(Version).dll libfuse-$(Version).dll.a fuse.pc: cygfuse.cpp fuse.pc.in
|
||||
|
@ -1,5 +1,5 @@
|
||||
NAME="fuse"
|
||||
VERSION="$(cat version)"
|
||||
VERSION=2.8
|
||||
RELEASE=1
|
||||
CATEGORY="Utils"
|
||||
SUMMARY="WinFsp-FUSE compatibility layer"
|
||||
@ -27,7 +27,7 @@ src_install()
|
||||
|
||||
cd ${B}/opt/cygfuse
|
||||
dobin cygfuse-${VERSION}.dll
|
||||
dolib libfuse-${VERSION}.a
|
||||
dolib libfuse-${VERSION}.dll.a
|
||||
|
||||
insinto /usr/lib/pkgconfig
|
||||
doins fuse.pc
|
||||
|
@ -1 +0,0 @@
|
||||
2.8
|
Loading…
x
Reference in New Issue
Block a user