# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: EAPI="4" EGIT_REPO_URI="git://anonscm.debian.org/collab-maint/pnputils.git" inherit eutils git-2 DESCRIPTION="Utilities dealing with PnP devices" HOMEPAGE="" SRC_URI="" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86" IUSE="" DEPEND="" RDEPEND="" S="${WORKDIR}/${PN}" src_unpack() { git-2_src_unpack cd "${S}" } src_compile() { emake } src_install() { emake DESTDIR="${D}" install dodoc ChangeLog }