mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
cgmanager: remove package
It was only a ConsoleKit2 dependency, which has been removed.
This commit is contained in:
parent
b25c0db171
commit
aefe0983a8
5 changed files with 0 additions and 47 deletions
|
@ -1,3 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
sv check dbus >/dev/null || exit 1
|
|
||||||
exec cgmanager -q -m name=systemd
|
|
|
@ -1,41 +0,0 @@
|
||||||
# Template file for 'cgmanager'
|
|
||||||
pkgname=cgmanager
|
|
||||||
version=0.42
|
|
||||||
revision=1
|
|
||||||
build_style=gnu-configure
|
|
||||||
configure_args="--with-distro=void --with-pamdir=/usr/lib/security"
|
|
||||||
hostmakedepends="automake libtool pkg-config"
|
|
||||||
makedepends="pam-devel dbus-devel libnih-devel popt-devel"
|
|
||||||
depends="dbus"
|
|
||||||
short_desc="Daemon for managing Linux control groups"
|
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
||||||
license="GPL-2.0-only"
|
|
||||||
homepage="https://linuxcontainers.org/cgmanager/introduction/"
|
|
||||||
distfiles="https://linuxcontainers.org/downloads/cgmanager/cgmanager-${version}.tar.gz"
|
|
||||||
checksum=ecc0a1f2ccc0ad3b2eb1807da861d9fafd4a8ad9283b15830f6c67992002d796
|
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
autoreconf -fi
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
|
||||||
vsv cgmanager
|
|
||||||
}
|
|
||||||
|
|
||||||
libcgmanager_package() {
|
|
||||||
short_desc+=" - runtime library"
|
|
||||||
pkg_install() {
|
|
||||||
vmove "usr/lib/*.so.*"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
libcgmanager-devel_package() {
|
|
||||||
short_desc+=" - development files"
|
|
||||||
depends="${makedepends} lib${sourcepkg}-${version}_${revision}"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/include
|
|
||||||
vmove "usr/lib/*.a"
|
|
||||||
vmove "usr/lib/*.so"
|
|
||||||
vmove usr/lib/pkgconfig
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
site="https://linuxcontainers.org/cgmanager/downloads"
|
|
|
@ -1 +0,0 @@
|
||||||
cgmanager
|
|
|
@ -1 +0,0 @@
|
||||||
cgmanager
|
|
Loading…
Add table
Reference in a new issue