# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Auto driver finder and installer" HOMEPAGE="http://http://driverondemand.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/driverondemand-alpha1.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=" dev-lang/perl app-shells/bash sys-apps/hotplug dev-perl/MIME-Base64 dev-perl/XML-SAX-Writer dev-perl/XML-Simple dev-perl/Crypt-OpenSSL-RSA sys-apps/pciutils dev-perl/XML-Validator-Schema " S=${WORKDIR}/${P} src_compile() { echo "Copilation and installation in the same script" } src_install() { cd $P/work/$PN ls ./autogen.sh || die "Error installing" }