cgmanager: add missing rdeps to -devel; update homepage/distfiles.

This commit is contained in:
Juan RP 2015-02-04 13:21:40 +01:00
parent 4b50148012
commit 079929ce3e

View file

@ -1,21 +1,17 @@
# Template file for 'cgmanager' # Template file for 'cgmanager'
pkgname=cgmanager pkgname=cgmanager
version=0.35 version=0.35
revision=1 revision=2
build_style=gnu-configure build_style=gnu-configure
configure_args="--with-distro=void" configure_args="--with-distro=void"
hostmakedepends="automake libtool help2man pkg-config" hostmakedepends="help2man pkg-config"
makedepends="dbus-devel libnih-devel" makedepends="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@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2" license="GPL-2"
homepage="https://github.com/cgmanager/cgmanager" homepage="https://linuxcontainers.org/cgmanager/introduction/"
distfiles="https://github.com/cgmanager/cgmanager/archive/v${version}.tar.gz" distfiles="https://linuxcontainers.org/downloads/cgmanager/cgmanager-${version}.tar.gz"
checksum=e73698b2ca16f63d4254df83fb73ccca2b4b48d48cca91e6b2c44b47130e5376 checksum=a2939edf1ff687573c6d0e95900abf83078af25bb91060d9d5daac5769afaa9b
pre_configure() {
./bootstrap.sh
}
libcgmanager_package() { libcgmanager_package() {
short_desc+=" - runtime library" short_desc+=" - runtime library"
@ -25,7 +21,7 @@ libcgmanager_package() {
} }
libcgmanager-devel_package() { libcgmanager-devel_package() {
short_desc+=" - development files" short_desc+=" - development files"
depends="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