# $Id$ PNAME="drbd-utils" PVER="9.8.0" PBUILD="r1" PCAT="sys-fs" DESCRIPTION="Userland tools for Distributed Replicated Block Device." HOMEPAGE="https://www.drbd.org/" DEPEND=">= app-shells/bash-4 >= dev-lang/perl-5" SDEPEND=">= dev-libs/libxslt-1.1 >= app-text/docbook-xsl-stylesheets-1.76 >= dev-libs/libxslt-dev-1.1" SRCFILE="${PNAME}-${PVER}.tar.gz" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" sminclude mbuild systemd SRC_URI=( mirror://${PNAME}/${SRCFILE} https://www.linbit.com/downloads/drbd/utils/${SRCFILE} ) UP2DATE="updatecmd https://www.linbit.com/downloads/drbd/utils/ | highesttarball gz" src_compile() { cd ${SRCDIR} mconfigure \ --with-distro=generic \ --without-bashcompletion \ --with-initscripttype=systemd \ --with-udev \ --without-rgmanager \ --without-pacemaker \ --without-heartbeat \ --without-83support \ --without-xen \ --with-prebuiltman \ || die mmake || die }