lxc: install manpages.
This commit is contained in:
parent
5e077cccba
commit
34e19ded80
1 changed files with 7 additions and 3 deletions
|
@ -3,12 +3,12 @@ _desc="Linux Containers"
|
|||
|
||||
pkgname=lxc
|
||||
version=0.9.0
|
||||
revision=1
|
||||
revision=2
|
||||
conf_files="/etc/lxc/default.conf"
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-seccomp --disable-apparmor --with-distro=none
|
||||
configure_args="--enable-doc --enable-seccomp --disable-apparmor --with-distro=none
|
||||
--with-rootfs-path=/var/lxc/containers --with-log-path=/var/lxc/log"
|
||||
hostmakedepends="pkg-config"
|
||||
hostmakedepends="pkg-config docbook2x"
|
||||
makedepends="libcap-devel libseccomp-devel"
|
||||
short_desc="${_desc} - utilities"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
@ -22,6 +22,10 @@ make_dirs="
|
|||
/var/lxc/containers 0755 root root
|
||||
/var/lxc/log 0755 root root"
|
||||
|
||||
pre_configure() {
|
||||
sed -e 's,docbook2x-man,docbook2man,g' -i configure
|
||||
}
|
||||
|
||||
liblxc_package() {
|
||||
short_desc="${_desc} - shared library"
|
||||
pkg_install() {
|
||||
|
|
Loading…
Reference in a new issue