# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-misc/scope/scope-0.04.ebuild,v 1.2 2006/08/11 19:34:01 chrb Exp $ DESCRIPTION="Serial Line Analyser" HOMEPAGE="http://www.gumbley.me.uk/scope.html" SRC_URI="http://www.gumbley.me.uk/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" IUSE="" DEPEND="virtual/libc" src_install() { make DESTDIR="${D}" install || die dodoc README }