Index: Makefile =================================================================== --- /dev/null +++ Makefile @@ -0,0 +1 @@ +include ../Makefile.common Index: abi_used_libs =================================================================== --- /dev/null +++ abi_used_libs @@ -0,0 +1,2 @@ +libc.so.6 +libneon.so.27 Index: files/davfs2.sysusers =================================================================== --- /dev/null +++ files/davfs2.sysusers @@ -0,0 +1 @@ +g davfs2 - - Index: package.yml =================================================================== --- /dev/null +++ package.yml @@ -0,0 +1,26 @@ +name : davfs2 +version : 1.5.4 +release : 1 +source : + - http://download.savannah.nongnu.org/releases/davfs2/davfs2-1.5.4.tar.gz : c9c4e0f0912a782386216b2147eb9c36c47f193b8fcf3d637719e0b9fe7c96e0 +license : GPL-2.0 +component : network.util +summary : A file system driver for WebDAV +description: | + davfs2 is a Linux file system driver that allows you to mount a WebDAV + resource into your Unix file system tree. So - and that is what makes + davfs2 different - applications can use it without knowing about WebDAV. + You may edit WebDAV resources using standard applications that interact + with the file system as usual. +builddeps : + - pkgconfig(neon) +setup : | + %configure ssbindir=/usr/sbin dav_localstatedir=/run dav_user=nobody +build : | + %make +install : | + %make_install + + rm -rf $installdir/usr/share/doc + + install -Dm 00644 $pkgfiles/davfs2.sysusers $installdir/%libdir%/sysusers.d/davfs2.conf Index: pspec_x86_64.xml =================================================================== --- /dev/null +++ pspec_x86_64.xml @@ -0,0 +1,49 @@ + + + davfs2 + + Pierre-Yves + pyu@riseup.net + + GPL-2.0 + network.util + A file system driver for WebDAV + davfs2 is a Linux file system driver that allows you to mount a WebDAV +resource into your Unix file system tree. So - and that is what makes +davfs2 different - applications can use it without knowing about WebDAV. +You may edit WebDAV resources using standard applications that interact +with the file system as usual. + + https://solus-project.com/sources/README.Solus + + + davfs2 + A file system driver for WebDAV + davfs2 is a Linux file system driver that allows you to mount a WebDAV +resource into your Unix file system tree. So - and that is what makes +davfs2 different - applications can use it without knowing about WebDAV. +You may edit WebDAV resources using standard applications that interact +with the file system as usual. + + network.util + + /etc/davfs2/certs/private + /etc/davfs2/davfs2.conf + /etc/davfs2/secrets + /usr/lib64/sysusers.d/davfs2.conf + /usr/sbin + /usr/share/davfs2 + /usr/share/locale + /usr/share/man + + + + + 2017-08-21 + 1.5.4 + Packaging update + Pierre-Yves + pyu@riseup.net + + + \ No newline at end of file