View | Details | Raw Unified
Collapse All | Expand All

(-) wmdl-1.4.1.ebuild.orig (-5 / +5 lines)
 Lines 2-10    Link Here 
# Distributed under the terms of the GNU General Public License v2
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdl/wmdl-1.4.1.ebuild,v 1.14 2007/07/22 05:12:49 dberkholz Exp $
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdl/wmdl-1.4.1.ebuild,v 1.14 2007/07/22 05:12:49 dberkholz Exp $
inherit eutils
inherit eutils toolchain-funcs
IUSE=""
DESCRIPTION="WindowMaker Doom Load dockapp"
DESCRIPTION="WindowMaker Doom Load dockapp"
HOMEPAGE="http://the.homepage.doesnt.appear.to.exist.anymore.com"
HOMEPAGE="http://the.homepage.doesnt.appear.to.exist.anymore.com"
SRC_URI="http://www.ibiblio.org/pub/linux/distributions/gentoo/distfiles/${P}.tar.gz"
SRC_URI="http://www.ibiblio.org/pub/linux/distributions/gentoo/distfiles/${P}.tar.gz"
 Lines 12-17    Link Here 
LICENSE="GPL-2"
LICENSE="GPL-2"
SLOT="0"
SLOT="0"
KEYWORDS="amd64 ppc ~sparc x86"
KEYWORDS="amd64 ppc ~sparc x86"
IUSE=""
RDEPEND="x11-libs/libX11
RDEPEND="x11-libs/libX11
	x11-libs/libXext
	x11-libs/libXext
 Lines 22-34    Link Here 
src_unpack() {
src_unpack() {
	unpack ${A}
	unpack ${A}
	cd ${S}
	cd "${S}"
	epatch ${FILESDIR}/makefile.diff
	epatch "${FILESDIR}"/makefile.diff
}
}
src_compile() {
src_compile() {
	make || die "parallel make failed"
	emake CC="$(tc-getCC)" || die "parallel make failed"
}
}
src_install() {
src_install() {