# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit versionator RPM_P="${PN}-$(replace_version_separator 3 '-')" DESCRIPTION="AVM C2 firmware files for CAPI 2.0" HOMEPAGE="ftp://ftp.quicknet.nl/pub/Linux/mungo.homelinux.org/files/current/all/noarch/" SRC_URI="ftp://ftp.quicknet.nl/pub/Linux/mungo.homelinux.org/files/current/all/noarch/${RPM_P}.noarch.rpm" LICENSE="as-is" SLOT="0" KEYWORDS="~x86 ~ppc" IUSE="" DEPEND="app-arch/rpm2targz net-dialup/capi4k-utils" S="${WORKDIR}" src_unpack() { cd "${S}" rpm2targz "${DISTDIR}/${A}" || die tar xzf "${A/\.rpm/.tar.gz}" || die } src_compile() { true # nothing to do } src_install() { insinto /usr/share/isdn doins usr/share/isdn/* }