mirror of
https://github.com/oasislinux/oasis.git
synced 2026-02-05 11:33:57 +01:00
14 lines
273 B
Lua
14 lines
273 B
Lua
cflags{
|
|
'-D FUSE_USE_VERSION=31',
|
|
'-I $dir',
|
|
'-I pkg/libfuse/src/include',
|
|
}
|
|
|
|
exe('sshfs', {
|
|
'sshfs.c', 'nocache.c', '$builddir/pkg/libfuse/libfuse.a',
|
|
}, {'$builddir/pkg/libfuse/fetch.stamp'})
|
|
file('bin/sshfs', '755', '$outdir/sshfs')
|
|
man{'$dir/sshfs.1'}
|
|
|
|
fetch 'git'
|