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

(-)libgtop-1.0.13-r2.ebuild.orig (-2 / +4 lines)
Lines 2-8 Link Here
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/gnome-base/libgtop/libgtop-1.0.13-r2.ebuild,v 1.21 2005/07/25 10:18:29 gmsoft Exp $
3
# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgtop/libgtop-1.0.13-r2.ebuild,v 1.21 2005/07/25 10:18:29 gmsoft Exp $
4
4
5
inherit eutils
5
inherit eutils multilib
6
6
7
IUSE="nls"
7
IUSE="nls"
8
DESCRIPTION="libgtop"
8
DESCRIPTION="libgtop"
Lines 44-49 Link Here
44
44
45
	./configure --host=${CHOST} 					\
45
	./configure --host=${CHOST} 					\
46
		    --prefix=/usr					\
46
		    --prefix=/usr					\
47
			--libdir=/usr/$(get_libdir) \
47
	            --sysconfdir=/etc					\
48
	            --sysconfdir=/etc					\
48
		    --localstatedir=/var/lib				\
49
		    --localstatedir=/var/lib				\
49
		    --infodir=/usr/share/info				\
50
		    --infodir=/usr/share/info				\
Lines 59-65 Link Here
59
	patch <${FILESDIR}/libgtop.info.diff || die
60
	patch <${FILESDIR}/libgtop.info.diff || die
60
	cd ${S}
61
	cd ${S}
61
62
62
	make prefix=${D}/usr						\
63
	make prefix=${D}/usr/						\
64
		libdir=${D}/usr/$(get_libdir) \
63
		sysconfdir=${D}/etc					\
65
		sysconfdir=${D}/etc					\
64
		localstatedir=${D}/var/lib					\
66
		localstatedir=${D}/var/lib					\
65
		infodir=${D}/usr/share/info				\
67
		infodir=${D}/usr/share/info				\

Return to bug 103009