# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="A microwave and RF transmission line calculator" HOMEPAGE="http://transcalc.sourceforge.net" SRC_URI="http://transcalc.sourceforge.net/${P}.tar.gz" LICENSE="GPL" SLOT="0" KEYWORDS="~x86" IUSE="X gtk2+" DEPEND=">=gtk+-2.2.0" S=${WORKDIR}/${P} src_compile() { econf || die emake || die } src_install() { make DESTDIR=${D} install || die dodoc ChangeLog README TODO AUTHORS }