# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header:$ IUSE="" DESCRIPTION="Utility for Ericsson Mobile Phones" HOMEPAGE="http://sourceforge.net/projects/tsemgr/" SRC_URI="http://puzzle.dl.sourceforge.net/sourceforge/tsemgr/tsemgr-0.08.tar.gz" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86" DEPEND="x11-libs/gtk+ dev-libs/openobex dev-libs/libezV24" RDEPEND="" src_unpack() { unpack ${A} } src_compile() { econf emake || die "compile problem" } src_install(){ einstall || die "Installation failed." dobin ${S}/src/tsemgr dodoc README NEWS TODO AUTHORS }