🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920
pkgname: fuse2
pkgver: '2.9.9'
pkgrel: '4'
pkgdesc: Library that makes it possible to implement a filesystem in a userspace program.
url: 'https://github.com/libfuse/libfuse'
arch: x86_64
depends: []
makedepends:
- libtool
- automake
- doxygen
source:
- 'https://github.com/libfuse/libfuse/releases/download/fuse-${pkgver}/fuse-${pkgver}.tar.gz'
- fuse-2.9.9-closefrom-glibc-2-34.patch
sha256sums:
- d0e69d5d608cc22ff4843791ad097f554dd32540ddc9bed7638cc6fea7c1b4b5
- SKIP
build: "cd fuse-${pkgver}\npatch -Np1 -i ../fuse-2.9.9-closefrom-glibc-2-34.patch\n\nautoreconf -vfi\n\nexport MOUNT_FUSE_PATH=/usr/bin\n./configure --prefix=/usr \\\n--libdir=/usr/lib \\\n--enable-lib \\\n--enable-util \\\n--disable-example \\\n--disable-static\n\nmake\nmake DESTDIR=${PKGDIR} install\n\nmkdir -p ${PKGDIR}/lib\n\nmv -v ${PKGDIR}/usr/lib/libfuse.so.* ${PKGDIR}/lib\nln -sfv ../../lib/libfuse.so.${pkgver} ${PKGDIR}/usr/lib/libfuse.so \n\nrm -rf ${PKGDIR}/tmp\nrm ${PKGDIR}/dev/fuse\ninstall -v -m755 -d ${PKGDIR}/usr/share/doc/fuse-${pkgver}\ninstall -v -m644 doc/kernel.txt \\\n\t${PKGDIR}/usr/share/doc/fuse-${pkgver}\ncp -Rv doc/html \\\n\t${PKGDIR}/usr/share/doc/fuse-${pkgver}\n\n# Obsolets libs\nrm -f ${PKGDIR}/usr/lib/lib{fuse,ulockmgr}.la\n# Obsolet init\nrm -r ${PKGDIR}/etc/init.d\nmkdir -p ${PKGDIR}/etc/modules-load.d\ncat > ${PKGDIR}/etc/modules-load.d/fuse2.conf << \"EOF\"\nfuse\nEOF\n"
package: |
true