mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
cgmanager: update to 0.39.
This commit is contained in:
parent
dc3e9c69a4
commit
1334cacf3e
1 changed files with 5 additions and 5 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'cgmanager'
|
# Template file for 'cgmanager'
|
||||||
pkgname=cgmanager
|
pkgname=cgmanager
|
||||||
version=0.37
|
version=0.39
|
||||||
revision=4
|
revision=1
|
||||||
build_pie=yes
|
build_pie=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--sbindir=/usr/bin --with-distro=void"
|
configure_args="--sbindir=/usr/bin --with-distro=void --with-pamdir=/usr/lib/security"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="dbus-devel libnih-devel"
|
makedepends="pam-devel dbus-devel libnih-devel"
|
||||||
short_desc="A daemon for managing Linux control groups"
|
short_desc="A daemon for managing Linux control groups"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="https://linuxcontainers.org/cgmanager/introduction/"
|
homepage="https://linuxcontainers.org/cgmanager/introduction/"
|
||||||
distfiles="https://linuxcontainers.org/downloads/cgmanager/cgmanager-${version}.tar.gz"
|
distfiles="https://linuxcontainers.org/downloads/cgmanager/cgmanager-${version}.tar.gz"
|
||||||
checksum=8309e7f2ae5f4a6b52cc2fca62c098b18ecfe90bca2c9c034ba80f68aa427b6e
|
checksum=9e65487fb4e4aa0a6acd87ba7f8f00b8007d8c52608aa6d411e72e6fe9445b7b
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsv $pkgname
|
vsv $pkgname
|
||||||
|
|
Loading…
Add table
Reference in a new issue