summaryrefslogtreecommitdiff
blob: b0697b6a9d27706cd2723fd1b181b2a3f83394d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-p2p/dclib/dclib-0.1_beta8.ebuild,v 1.4 2002/07/16 04:54:33 seemant Exp $


MY_P=${P/_/}
S=${WORKDIR}/${MY_P}
DESCRIPTION="Library for the Qt client for DirectConnect"
HOMEPAGE="http://dc.ketelhot.de/"
SRC_URI="http://dc.ketelhot.de/files/dcgui/unstable/source/${MY_P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ppc"

DEPEND=">=sys-apps/bzip2-1.0.2
        >=dev-libs/libxml2-2.4.22"

src_compile() {

	export CPPFLAGS="${CPPFLAGS} -I/usr/include/libxml2/libxml"

	econf || die
	emake || die
}

src_install () {
	make DESTDIR=${D} install || die
}