opt: cygfuse: fuse.cygport now provides primary VERSION

This commit is contained in:
Bill Zissimopoulos 2016-06-21 14:40:18 -07:00
parent 71c68d1e17
commit ed0b83c84d
3 changed files with 3 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -1 +0,0 @@
2.8