lxcfs: update to 3.0.2.

This commit is contained in:
Cameron Nemo 2018-10-12 18:14:42 -07:00 committed by Helmut Pozimski
parent cde135c15e
commit 5304e9dc71
3 changed files with 15 additions and 6 deletions

View File

@ -0,0 +1,2 @@
#!/bin/sh
exec fusermount -u /var/lib/lxcfs 2> /dev/null

2
srcpkgs/lxcfs/files/lxcfs/run Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
exec lxcfs -f /var/lib/lxcfs

View File

@ -1,14 +1,19 @@
# Template file for 'lxcfs'
pkgname=lxcfs
version=2.0.8
version=3.0.2
revision=1
build_style=gnu-configure
configure_args="--with-pamdir=/usr/lib/security"
hostmakedepends="pkg-config docbook2x"
makedepends="dbus-glib-devel libcgmanager-devel lxc-devel fuse-devel"
short_desc="LXC simple userspace filesystem"
hostmakedepends="pkg-config"
makedepends="fuse-devel"
short_desc="FUSE filesystem for LXC"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="https://linuxcontainers.org/lxcfs/"
license="Apache-2.0"
distfiles="https://linuxcontainers.org/downloads/lxcfs/lxcfs-${version}.tar.gz"
checksum=2e3eff42803276a06b777205206f2c1592ce95da15f3486c7317230d59c19b45
checksum=f131f2addb0aa4b7256c59800b2528075dfbb5852a71057827f49c2411f2d939
make_dirs="var/lib/lxcfs 0755 root root"
post_install() {
vsv lxcfs
}