2009-04-07 21:15:44 +02:00
|
|
|
# Copyright 1999-2009 Gentoo Foundation
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
# $Header: $
|
|
|
|
|
|
|
|
inherit eutils depend.apache depend.php
|
|
|
|
|
2009-04-16 13:23:10 +02:00
|
|
|
DESCRIPTION="Open Source Computer System Management !"
|
2009-04-08 09:47:11 +02:00
|
|
|
HOMEPAGE="http://pulse2.mandriva.org/"
|
2009-04-07 21:15:44 +02:00
|
|
|
SRC_URI="http://mds.mandriva.org/pub/pulse2/sources/${PV}/${P}.tar.gz
|
|
|
|
http://ftp.mars.arge.at/mds/${P}.tar.gz"
|
|
|
|
|
|
|
|
LICENSE="GPL-2"
|
2009-04-08 09:35:52 +02:00
|
|
|
KEYWORDS="~amd64 ~x86 ~x86-fbsd"
|
2009-04-07 21:15:44 +02:00
|
|
|
IUSE=""
|
|
|
|
DEPEND="sys-apps/lsb-release
|
|
|
|
sys-devel/gettext"
|
|
|
|
RDEPEND=">=app-admin/mmc-web-base-2.3.1
|
|
|
|
>=app-admin/pulse2-mmc-plugins-${PV}"
|
|
|
|
SLOT="0"
|
|
|
|
|
|
|
|
need_php_httpd
|
|
|
|
|
|
|
|
src_unpack() {
|
|
|
|
unpack ${A}
|
|
|
|
}
|
|
|
|
|
|
|
|
src_install() {
|
|
|
|
emake DESTDIR="${D}" PREFIX=/usr install
|
|
|
|
}
|