# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 S=${WORKDIR}/${P} DESCRIPTION="A management tool for the SonyEricsson T68/T68i." SRC_URI="mirror://sourceforge/leif/${P}.tar.gz" HOMEPAGE="http://www.tobias-bayer.de/en/leif.html" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 sparc " DEPEND="" src_compile() { econf || die emake || die } src_install () { einstall || die }