# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ MAJ_PV=${PV:0:5} MIN_PV=${PV:6:7} MY_P="${PN}-${MAJ_PV}-${MIN_PV}-src" DESCRIPTION="The backup tool and wonderful emulator's Swiss Army knife program" HOMEPAGE="http://ucon64.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="GPL" SLOT="0" KEYWORDS="x86" IUSE="" S=${WORKDIR}/${MY_P} src_compile() { cd ${S}/src econf \ --host=${CHOST} \ --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man || die "./configure failed" emake || die } src_install() { cd ${S}/src einstall || die }