blob: 40754b20dda3886244de6de9ff09244990f8e729 [file] [log] [blame]
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/tsemgr/tsemgr-0.08.ebuild,v 1.5 2008/06/23 23:11:23 mrness Exp $
inherit eutils autotools
DESCRIPTION="Utility for Ericsson Mobile Phones"
HOMEPAGE="http://sourceforge.net/projects/tsemgr/"
SRC_URI="mirror://sourceforge/tsemgr/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="=x11-libs/gtk+-1*
dev-libs/openobex
dev-libs/libezV24"
DEPEND="dev-util/pkgconfig
${RDEPEND}"
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${P}-build.patch
eautoreconf
}
src_install(){
emake DESTDIR="${D}" install || die "Installation failed."
dodoc README NEWS TODO AUTHORS
}