diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2004-12-27 19:46:24 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2004-12-27 19:46:24 +0000 |
commit | 98ffe8c3d1e563f79d82a29db9685003a60b0d77 (patch) | |
tree | 3243805209c693ba778ef3927ad76cfa8dd685da /sci-electronics/gwave/gwave-20020122.ebuild | |
parent | Stable on alpha. (diff) | |
download | historical-98ffe8c3d1e563f79d82a29db9685003a60b0d77.tar.gz historical-98ffe8c3d1e563f79d82a29db9685003a60b0d77.tar.bz2 historical-98ffe8c3d1e563f79d82a29db9685003a60b0d77.zip |
Moved from app-sci/gwave to sci-electronics/gwave.
Diffstat (limited to 'sci-electronics/gwave/gwave-20020122.ebuild')
-rw-r--r-- | sci-electronics/gwave/gwave-20020122.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/sci-electronics/gwave/gwave-20020122.ebuild b/sci-electronics/gwave/gwave-20020122.ebuild new file mode 100644 index 000000000000..cb54a6d9b8ae --- /dev/null +++ b/sci-electronics/gwave/gwave-20020122.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gwave/gwave-20020122.ebuild,v 1.1 2004/12/27 19:46:24 ribosome Exp $ + +DESCRIPTION="A waveform viewer analog data, such as spice simulations" +HOMEPAGE="http://www.geda.seul.org/tools/gwave/" +SRC_URI="http://www.geda.seul.org/dist/${P}.tar.gz" + +LICENSE="GPL-2" +KEYWORDS="x86" +SLOT="0" +IUSE="" + +DEPEND="x11-libs/gtk+ + dev-util/guile + x11-libs/guile-gtk" + +src_compile() { + econf || die "econf failed" + make || die +} + +src_install() { + make DESTDIR=${D} install || die + rm -f doc/Makefile* *.1 + dodoc AUTHORS ChangeLog INSTALL NEWS README TODO doc/* +} |