summaryrefslogtreecommitdiff
blob: 499a7d991e0b0c12c5f3f46b44b0ee194cade4f2 (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
30
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-misc/kbeam/kbeam-0.61-r1.ebuild,v 1.4 2008/06/14 13:21:19 tgurr Exp $

inherit kde autotools

DESCRIPTION="A KDE application that lets you send and receive files to devices, using your Infrared port."
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
HOMEPAGE="http://www.kde-apps.org/content/show.php?content=14683"

LICENSE="GPL-2"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
SLOT="0"

DEPEND=">=dev-libs/openobex-1.1"

RDEPEND="${DEPEND}"

need-kde 3.5

src_unpack() {
	kde_src_unpack

	epatch "${FILESDIR}/${P}-aclocal_openobex.patch"
	epatch "${FILESDIR}/${P}-gcc43.patch"

	#need it for using the AM_PATH_OPENOBEX definition installed in system
	eaclocal && eautoconf || die "eaclocal or eautoconf has failed"
}