# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils EAPI="2" DESCRIPTION="" HOMEPAGE="" SRC_URI="http://files.canon-europe.com/files/soft31329/software/MP540_RPM_drivers.tar" LICENSE="as-is" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="app-arch/rpm2targz" RDEPEND="${DEPEND} net-print/cups" src_unpack() { cd ${WORKDIR} mkdir ${WORKDIR}/files tar xf ${DISTDIR}/MP540_RPM_drivers.tar -C ./ tar xf ./MP540_RPM_printer.tar -C ./ rpm2tarbz2 ./cnijfilter-common-3.00-1.i386.rpm tar xjf ./cnijfilter-common-3.00-1.i386.tar.bz2 -C ./files } src_install() { mv ${WORKDIR}/files/* ${D} }