# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit linux-mod DESCRIPTION="Driver for parallel port SCSI adapter" HOMEPAGE="http://cyberelk.net/tim/parport/ppscsi.html" LICENSE="GPL-1" SRC_URI="https://penguin-breeder.org/kernel/download/${PN}-beta2.tar.gz" RESTRICT="nomirror" IUSE="" SLOT="0" KEYWORDS="x86" DEPEND="virtual/linux-sources" S="${WORKDIR}/${PN}-beta2" pkg_setup() { MODULE_NAMES="*(misc/ppscsi:)" BUILD_TARGETS="all" linux-mod_pkg_setup }