# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit subversion DESCRIPTION="SiCortex MSP control script (perl and Expect based)" HOMEPAGE="http://www.sicortex.com/" ESVN_REPO_URI="svn://svn.sicortex.com/sicortex/master/scx1000/trunk/diags/utils" ESVN_OPTIONS="-r${PV}" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64" DEPEND=" dev-perl/Expect perl-gcpan/Dir-Project " RDEPEND="" src_unpack() { subversion_src_unpack || die cd ${S} epatch ${FILESDIR}/askmsp-nonewline.patch || die "failed to patch" } src_install() { mkdir -p ${D}/sbin cp -p askmsp ${D}/sbin/askmsp || die }