cgmanager: update to 0.42.
This commit is contained in:
parent
944042efc8
commit
cd42184b36
|
@ -1,39 +1,41 @@
|
||||||
# Template file for 'cgmanager'
|
# Template file for 'cgmanager'
|
||||||
pkgname=cgmanager
|
pkgname=cgmanager
|
||||||
version=0.41
|
version=0.42
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--sbindir=/usr/bin --with-distro=void --with-pamdir=/usr/lib/security"
|
configure_args="--with-distro=void --with-pamdir=/usr/lib/security"
|
||||||
hostmakedepends="automake libtool pkg-config"
|
hostmakedepends="automake libtool pkg-config"
|
||||||
makedepends="pam-devel dbus-devel libnih-devel"
|
makedepends="pam-devel dbus-devel libnih-devel popt-devel"
|
||||||
depends="dbus"
|
depends="dbus"
|
||||||
short_desc="A daemon for managing Linux control groups"
|
short_desc="Daemon for managing Linux control groups"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-only"
|
||||||
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=29b155befb3ac233d5d29dbca7c791c8138bab01bfa78ea4757ebb88ce23b458
|
checksum=ecc0a1f2ccc0ad3b2eb1807da861d9fafd4a8ad9283b15830f6c67992002d796
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsv $pkgname
|
vsv cgmanager
|
||||||
}
|
}
|
||||||
|
|
||||||
libcgmanager_package() {
|
libcgmanager_package() {
|
||||||
short_desc+=" - runtime library"
|
short_desc+=" - runtime library"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/*.so.*
|
vmove "usr/lib/*.so.*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
libcgmanager-devel_package() {
|
libcgmanager-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
depends="${makedepends} lib${sourcepkg}-${version}_${revision}"
|
depends="${makedepends} lib${sourcepkg}-${version}_${revision}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/*.a
|
vmove "usr/lib/*.a"
|
||||||
vmove usr/lib/*.so
|
vmove "usr/lib/*.so"
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue