Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 11437

Summary: Motor-3.2.3 (New Package)
Product: Gentoo Linux Reporter: Jan Andersson <janneand>
Component: New packagesAssignee: Nick Hadaway <grandmasterlinux>
Status: RESOLVED DUPLICATE    
Severity: enhancement    
Priority: High    
Version: 1.4_rc1   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: motor-3.2.3
Update to new version of motor

Description Jan Andersson 2002-12-01 06:52:52 UTC
DESCRIPTION="Textmode based, powerful IDE with syntax highligting, gdb and CVS 
front-ends."
HOMEPAGE="http://konst.org.ua/motor/"
SRC_URI="http://konst.org.ua/download/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""

DEPEND="sys-libs/ncurses"
#RDEPEND="sys-libs/ncurses"

S=${WORKDIR}/${P}

src_unpack() {
	unpack ${A}

	cd ${S}/share
	mv Makefile.in Makefile.in.orig
	sed -e 's/(datadir)\/motor\//(DESTDIR)\$(msharedir)/' Makefile.in.orig 
> Makefile.in || die
}

src_compile() {
	econf
	emake || die
}

src_install() {
	make DESTDIR=${D} install || die
}
Comment 1 Jan Andersson 2002-12-01 06:55:04 UTC
Oups, I lost the header.
Comment 2 Jan Andersson 2002-12-10 11:31:33 UTC
Created attachment 6368 [details]
motor-3.2.3

Attached the ebuild as file, as described in "Contributing Ebuilds"-HOWTO.
Comment 3 Max Mylokostenko 2003-03-07 19:50:32 UTC
Created attachment 9119 [details]
Update to new version of motor
Comment 4 Alastair Tse (RETIRED) gentoo-dev 2003-04-01 12:52:11 UTC
i'm marking this a duplicate of a later bug, i'll try and look at both ebuilds and decide which one to use.

*** This bug has been marked as a duplicate of 17470 ***