4dfe7514f9
(Portage version: 2.2.0_alpha19-r1/svn/Linux x86_64) git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/mds@2817 6952d904-891a-0410-993b-d76249ca496b
28 lines
575 B
Bash
28 lines
575 B
Bash
# Copyright 1999-2011 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
|
|
EAPI="2"
|
|
|
|
inherit eutils
|
|
|
|
MY_P="${P/_p/-}"
|
|
MY_PV="${PV/_p*/}"
|
|
|
|
DESCRIPTION="Open Source Computer System Management !"
|
|
HOMEPAGE="http://pulse2.mandriva.org/"
|
|
SRC_URI="http://mds.mandriva.org/pub/pulse2/server/sources/${PV}/pulse2-${PV}.tar.gz"
|
|
|
|
LICENSE="GPL-2"
|
|
KEYWORDS="~amd64 ~arm ~x86 ~x86-fbsd"
|
|
IUSE=""
|
|
DEPEND="app-text/xmlto
|
|
app-text/htmltidy"
|
|
SLOT="0"
|
|
|
|
S="${WORKDIR}/pulse2-${PV}/doc"
|
|
|
|
src_install() {
|
|
dohtml -r build/* || die "install failed"
|
|
}
|