mirror of
https://github.com/winfsp/winfsp.git
synced 2025-06-15 16:22:43 -05:00
opt: cygfuse: can build cygport from working tree (make cygport)
This commit is contained in:
@ -6,8 +6,8 @@ SUMMARY="WinFsp-FUSE compatibility layer"
|
||||
DESCRIPTION="WinFsp-FUSE enables FUSE file systems to be run on Cygwin."
|
||||
HOMEPAGE="http://www.secfs.net/winfsp/"
|
||||
|
||||
SRC_URI="https://github.com/billziss-gh/winfsp/archive/master.tar.gz"
|
||||
SRC_DIR=winfsp-master
|
||||
SRC_URI=${CYGPORT_SRC_URI:-"https://github.com/billziss-gh/winfsp/archive/master.tar.gz"}
|
||||
SRC_DIR=${CYGPORT_SRC_DIR:-winfsp-master}
|
||||
|
||||
src_compile()
|
||||
{
|
||||
@ -33,4 +33,4 @@ src_install()
|
||||
doins fuse.pc
|
||||
}
|
||||
|
||||
RESTRICT=postinst-doc
|
||||
RESTRICT="strip postinst-doc"
|
||||
|
Reference in New Issue
Block a user