# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Utility to control an X10 cm17a firecracker controller" HOMEPAGE="http://www.lickey.com/flipit/" SRC_URI="http://www.lickey.com/flipit/dist/${P}.tar.gz" LICENSE="CUSTOM_GET_FROM_PACKAGE" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="virtual/glibc" S=${WORKDIR}/${P} src_compile() { econf emake || die } src_install() { make DESTDIR=${D} install || die ewarn "NOTE: Users using this program must have access to" ewarn "the serial port the X10 CM17A/'Firecracker' is attached to." ewarn "Depedending on your configuration, this might be a security issue." }