# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit toolchain-funcs eutils DESCRIPTION="Moto4lin is file manager and seem editor for Motorola P2K phones" HOMEPAGE="http://www.el-co.hu/smf/" SRC_URI="http://www.el-co.hu/dl/p2kc/p2kc_${PV}_source.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" S=${WORKDIR}/p2kc_${PV}_source DEPEND="dev-libs/libusb sys-libs/readline sys-libs/ncurses*" src_unpack() { unpack "${A}" cd ${S} epatch "${FILESDIR}/${PN}_makefile.patch" || die "epatch failed" } src_compile() { cd ${S} emake } src_install() { cd "${S}" emake INSTALL_ROOT="${D}" install || die "make install failed" }