Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 337236
Collapse All | Expand All

(-)amtterm-1.2.ebuild.orig (-9 / +12 lines)
Lines 1-4 Link Here
1
# Copyright 1999-2009 Gentoo Foundation
1
# Copyright 1999-2011 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/dev-util/amtterm/amtterm-1.2.ebuild,v 1.2 2009/11/08 11:15:50 patrick Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-util/amtterm/amtterm-1.2.ebuild,v 1.2 2009/11/08 11:15:50 patrick Exp $
4
4
Lines 6-27 Link Here
6
6
7
inherit eutils
7
inherit eutils
8
8
9
SLOT="0"
10
IUSE=""
11
LICENSE="GPL-2"
12
KEYWORDS="~x86 ~amd64"
13
14
DESCRIPTION="A nice tool to manage amt-enabled machines"
9
DESCRIPTION="A nice tool to manage amt-enabled machines"
15
HOMEPAGE="http://dl.bytesex.org/releases/amtterm/"
10
HOMEPAGE="http://dl.bytesex.org/releases/amtterm/"
16
17
SRC_URI="http://dl.bytesex.org/releases/${PN}/${P}.tar.gz"
11
SRC_URI="http://dl.bytesex.org/releases/${PN}/${P}.tar.gz"
18
12
13
LICENSE="GPL-2"
14
SLOT="0"
15
KEYWORDS="~x86 ~amd64"
16
IUSE=""
17
19
RDEPEND="dev-perl/SOAP-Lite"
18
RDEPEND="dev-perl/SOAP-Lite"
20
19
20
src_prepare() {
21
	sed -i -e 's|\(INSTALL_BINARY  := \$(INSTALL)\) \$(STRIP)|\1|' mk/Variables.mk || die
22
}
23
21
src_compile() {
24
src_compile() {
22
	prefix="/usr" emake
25
	prefix="/usr" emake || die
23
}
26
}
24
27
25
src_install() {
28
src_install() {
26
	prefix="/usr" emake DESTDIR=${D} install
29
	prefix="/usr" emake DESTDIR=${D} install || die
27
}
30
}

Return to bug 337236