cgmanager: add missing rdeps to -devel; update homepage/distfiles.
This commit is contained in:
parent
4b50148012
commit
079929ce3e
|
@ -1,21 +1,17 @@
|
|||
# Template file for 'cgmanager'
|
||||
pkgname=cgmanager
|
||||
version=0.35
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-distro=void"
|
||||
hostmakedepends="automake libtool help2man pkg-config"
|
||||
hostmakedepends="help2man pkg-config"
|
||||
makedepends="dbus-devel libnih-devel"
|
||||
short_desc="A daemon for managing Linux control groups"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="https://github.com/cgmanager/cgmanager"
|
||||
distfiles="https://github.com/cgmanager/cgmanager/archive/v${version}.tar.gz"
|
||||
checksum=e73698b2ca16f63d4254df83fb73ccca2b4b48d48cca91e6b2c44b47130e5376
|
||||
|
||||
pre_configure() {
|
||||
./bootstrap.sh
|
||||
}
|
||||
homepage="https://linuxcontainers.org/cgmanager/introduction/"
|
||||
distfiles="https://linuxcontainers.org/downloads/cgmanager/cgmanager-${version}.tar.gz"
|
||||
checksum=a2939edf1ff687573c6d0e95900abf83078af25bb91060d9d5daac5769afaa9b
|
||||
|
||||
libcgmanager_package() {
|
||||
short_desc+=" - runtime library"
|
||||
|
@ -25,7 +21,7 @@ libcgmanager_package() {
|
|||
}
|
||||
libcgmanager-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="lib${sourcepkg}-${version}_${revision}"
|
||||
depends="${makedepends} lib${sourcepkg}-${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/*.a
|
||||
|
|
Loading…
Reference in New Issue