mds/app-admin/mmc-web-network/mmc-web-network-2.3.2-r1.ebuild
geos_one cbf2337d54 add powerdens
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/mds@906 6952d904-891a-0410-993b-d76249ca496b
2009-03-30 11:14:02 +00:00

31 lines
773 B
Bash

# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit eutils depend.apache depend.php
DESCRIPTION="Mandriva Directory Server - Identity and network services management made easy !"
HOMEPAGE="http://mds.mandriva.org/"
SRC_URI="http://mds.mandriva.org/pub/mds/sources/${PV}/${P}.tar.gz
http://ftp.mars.arge.at/mds/${P}.tar.gz"
LICENSE="GPL-2"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE=""
DEPEND="sys-apps/lsb-release
sys-devel/gettext"
RDEPEND=">=app-admin/mmc-web-base-${PV}"
SLOT="0"
need_php_httpd
src_unpack() {
unpack ${A}
cd ${S}
epatch "${FILESDIR}"/${PN}-2.3.2-powerdns-1.patch
}
src_install() {
emake DESTDIR="${D}" PREFIX=/usr install
}