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

(-)fbpanel/fbpanel-4.3.ebuild (-1 / +8 lines)
Lines 2-7 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/x11-misc/fbpanel/fbpanel-4.3.ebuild,v 1.3 2005/08/14 10:10:34 hansmi Exp $
3
# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbpanel/fbpanel-4.3.ebuild,v 1.3 2005/08/14 10:10:34 hansmi Exp $
4
4
5
inherit toolchain-funcs
6
5
DESCRIPTION="fbpanel is a light-weight X11 desktop panel"
7
DESCRIPTION="fbpanel is a light-weight X11 desktop panel"
6
SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
8
SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
7
HOMEPAGE="http://fbpanel.sourceforge.net/"
9
HOMEPAGE="http://fbpanel.sourceforge.net/"
Lines 15-24 Link Here
15
	>=sys-apps/sed-4"
17
	>=sys-apps/sed-4"
16
RDEPEND=">=x11-libs/gtk+-2"
18
RDEPEND=">=x11-libs/gtk+-2"
17
19
20
src_unpack() {
21
	unpack ${A}; cd ${S}
22
	sed -i "/^CFLAGS/d;/^CC/d" Makefile.common
23
}
24
18
src_compile() {
25
src_compile() {
19
	# econf not happy here
26
	# econf not happy here
20
	./configure --prefix=/usr || die "Configure failed."
27
	./configure --prefix=/usr || die "Configure failed."
21
	emake || die "Make failed."
28
	emake CC=$(tc-getCC) || die "Make failed."
22
}
29
}
23
30
24
src_install () {
31
src_install () {

Return to bug 106263