# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Fan, frontLCD, and radio control daemon for the asus digimatrix." HOMEPAGE="http://www.outertrack.com/digimatrix/" SRC_URI="http://members.iinet.net.au/~mcalkin/digitools-1.0.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" IUSE="" DEPEND="virtual/libc" S="${WORKDIR}/${PN}" src_unpack() { unpack ${A} cd ${S} sed -i -e 's/\/local//g' Makefile || die "Sed failed!" } src_install() { make DESTDIR="${D}" install || die "Install failed!" dodoc README CHANGELOG AUTHORS newinitd ${FILESDIR}/digifan.rc digifan newinitd ${FILESDIR}/digipanel.rc digipanel newconfd ${FILESDIR}/digifan.conf digifan newconfd ${FILESDIR}/digipanel.conf digipanel }