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

(-)neXtaw-0.15.1.ebuild.orig (-2 / +4 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2005 Gentoo Foundation
1
# Copyright 1999-2005 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/x11-libs/neXtaw/neXtaw-0.15.1.ebuild,v 1.2 2005/03/29 14:10:11 gmsoft Exp $
3
# $Header: $
4
5
inherit x11-prefix
4
6
5
DESCRIPTION="Athena Widgets with N*XTSTEP appearance"
7
DESCRIPTION="Athena Widgets with N*XTSTEP appearance"
6
HOMEPAGE="http://siag.nu/neXtaw/"
8
HOMEPAGE="http://siag.nu/neXtaw/"
Lines 14-20 Link Here
14
src_compile() {
16
src_compile() {
15
	./configure \
17
	./configure \
16
		--host=${CHOST} \
18
		--host=${CHOST} \
17
		--prefix=/usr/X11R6 \
19
		--prefix=${X11_PREFIX} \
18
		--infodir=/usr/share/info \
20
		--infodir=/usr/share/info \
19
		--mandir=/usr/share/man || die "./configure failed"
21
		--mandir=/usr/share/man || die "./configure failed"
20
	emake || die
22
	emake || die

Return to bug 90796