# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="A GPL version of the configuration scripts for ISDN cards from Eicon Networks" HOMEPAGE="http://www.melware.de/en/" SRC_URI="ftp://ftp.melware.de/divas/v3/divas4linux-melware-3.0.5-106.702-1.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" RDEPEND="sys-libs/ncurses net-dialup/diva-kernel net-dialup/diva-firmware net-dialup/diva-ctrl" S=${WORKDIR}/divas4linux-melware-3.0.5-106.702-1/scripts src_install() { INSTDIR="/usr/lib/divas" einfo "Installing Eicon Diva scripts..." dodir ${INSTDIR} mv ${WORKDIR}/divas4linux-melware-3.0.5-106.702-1/scripts/* ${D}${INSTDIR} newinitd "${FILESDIR}"/diva.init.d diva }