# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils S=${WORKDIR}/${P} DESCRIPTION="Asus NVidia Fan Speed Controller" HOMEPAGE="http://www.consultmatt.co.uk/asusfan/" SRC_URI="http://www.consultmatt.co.uk/downloads/asusfan/${P}.tar.gz" LICENSE="GPL" SLOT="0" KEYWORDS="~x86 ~amd64" RDEPEND="virtual/libc" DEPEND="${RDEPEND} sys-devel/autoconf" src_unpack() { unpack ${A} cd ${S} } src_compile() { cd ${S} libtoolize --copy --force ./autogen.sh || die ./configure || die make || die } src_install() { dodir /usr/local/bin einstall || die dodoc AUTHORS README } pkg_postinst() { einfo "Done" }