e818edef6e
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/mds@2017 6952d904-891a-0410-993b-d76249ca496b
28 lines
682 B
Bash
28 lines
682 B
Bash
# Copyright 1999-2010 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
|
|
EAPI="2"
|
|
|
|
inherit eutils depend.apache depend.php
|
|
|
|
DESCRIPTION="Open Source Computer System Management !"
|
|
HOMEPAGE="http://pulse2.mandriva.org/"
|
|
SRC_URI="http://pulse2.mandriva.org/pub/pulse2/sources/${PV}/${P}.tar.gz
|
|
http://ftp.mars.arge.at/mds/${P}.tar.gz"
|
|
|
|
LICENSE="GPL-2"
|
|
KEYWORDS="~amd64 ~arm ~x86 ~x86-fbsd"
|
|
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_install() {
|
|
emake DESTDIR="${D}" PREFIX=/usr install || die "install failed"
|
|
}
|