# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="2" SUPPORT_PYTHON_ABIS="1" inherit eutils distutils WOL_PV="0.7.1" MY_P="${P/_p/-}" MY_PV="${PV/_p*/}" DESCRIPTION="Open Source Computer System Management and its Python plugins." HOMEPAGE="http://pulse2.mandriva.org/" SRC_URI="http://pulse2.mandriva.org/pub/pulse2/server/sources/${MY_PV}/${MY_P}.tar.gz mirror://sourceforge/ahh/wol-${WOL_PV}.tar.gz http://ftp.disconnected-by-peer.at/mds/${MY_P}.tar.gz" LICENSE="GPL-2" # other keywords based on net-misc/wol KEYWORDS="~amd64 ~arm ~ppc ~x86 ~x86-fbsd" IUSE="" SLOT="0" RDEPEND=">=dev-python/twisted-web-0.7.0 >=app-admin/pulse2-common-${MY_PV}" S="${WORKDIR}/${PN}-${MY_PV}" src_prepare() { epatch "${FILESDIR}"/${PN}-1.2.4-install-target-1.patch distutils_src_prepare } src_configure() { cd ../wol-${WOL_PV} econf || die "configure failed" } src_compile() { cd ../wol-${WOL_PV} emake || die "make failed" } # from marienz's setuptools.eclass: src_install() { emake install_nopy PREFIX=/usr DESTDIR=${D} distutils_src_install newsbin ../wol-${WOL_PV}/src/wol pulse2-wol || die "sbin install failed" dodoc Changelog newinitd "${FILESDIR}"/pulse2-launchers.initd pulse2-launchers }