# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header:$ IUSE="" DESCRIPTION=" linSmith is a Smith Charting program, mainly designed for educational use. As such, there is an emphasis on capabilities that improve the 'showing the effect of'-style of operation." HOMEPAGE="http://jcoppens.com/soft/linsmith/index.en.php" SRC_URI="mirror://sourceforge/linsmith/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86" DEPEND=">=x11-libs/gtk+-2.0 =gnome-base/libgnomeprint" S=${WORKDIR}/${P} src_unpack() { unpack ${A} } src_compile() { econf || die emake || die } src_install () { make DESTDIR=${D} install || die }