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

(-)net-p2p/dc-gui/dc-gui-0.80.ebuild (-3 / +11 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/www/www.gentoo.org/raw_cvs/gentoo-x86/net-p2p/dc-gui/dc-gui-0.80.ebuild,v 1.7 2005/05/06 14:51:31 swegener Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-p2p/dc-gui/dc-gui-0.80.ebuild,v 1.7 2005/05/06 14:51:31 swegener Exp $
4
4
5
MY_P=${PN/-/_}2-${PV}
5
MY_P=${PN/-/_}2-${PV}
6
DESCRIPTION="GUI for dctc"
6
DESCRIPTION="GUI for dctc"
Lines 10-22 Link Here
10
LICENSE="GPL-2"
10
LICENSE="GPL-2"
11
SLOT="2"
11
SLOT="2"
12
KEYWORDS="x86 ppc ~sparc ~amd64"
12
KEYWORDS="x86 ppc ~sparc ~amd64"
13
IUSE="nls"
13
IUSE="nls curl"
14
14
15
DEPEND="=dev-libs/glib-2*
15
DEPEND="=dev-libs/glib-2*
16
	=x11-libs/gtk+-2*
16
	=x11-libs/gtk+-2*
17
	=gnome-base/libgnomeui-2*
17
	=gnome-base/libgnomeui-2*
18
	>=sys-libs/db-3.2
18
	>=sys-libs/db-3.2
19
	>=net-p2p/dctc-0.85.9"
19
	>=net-p2p/dctc-0.85.9
20
	curl? ( net-misc/curl )"
20
RDEPEND="${DEPEND}
21
RDEPEND="${DEPEND}
21
	nls? ( sys-devel/gettext )"
22
	nls? ( sys-devel/gettext )"
22
23
Lines 32-37 Link Here
32
		sed -i "s:db_env_create:${dbfunc}:g" configure
33
		sed -i "s:db_env_create:${dbfunc}:g" configure
33
	fi
34
	fi
34
35
36
	if ! use curl ; then
37
		cd dc_gui2_bt
38
		sed -i 's:AC_CHECK_PROG(curl_installed.*::' configure.in
39
		autoconf
40
		cd ..
41
	fi
42
35
	cd src
43
	cd src
36
	cp ${FILESDIR}/split_interface_fast.pl .
44
	cp ${FILESDIR}/split_interface_fast.pl .
37
	perl split_interface_fast.pl || die "could not split interface up"
45
	perl split_interface_fast.pl || die "could not split interface up"

Return to bug 103750