diff options
author | Rob Romans <killsoft@gentoo.org> | 2005-03-31 01:33:58 +0000 |
---|---|---|
committer | Rob Romans <killsoft@gentoo.org> | 2005-03-31 01:33:58 +0000 |
commit | b3a60e04936668e8932d29d745d5cd898328098c (patch) | |
tree | d42a885b0711a4774f0148f97750a8cdb92c121d /media-radio/cwdaemon/cwdaemon-0.9.2.ebuild | |
parent | remove crufty ebuild (diff) | |
download | historical-b3a60e04936668e8932d29d745d5cd898328098c.tar.gz historical-b3a60e04936668e8932d29d745d5cd898328098c.tar.bz2 historical-b3a60e04936668e8932d29d745d5cd898328098c.zip |
new version
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'media-radio/cwdaemon/cwdaemon-0.9.2.ebuild')
-rw-r--r-- | media-radio/cwdaemon/cwdaemon-0.9.2.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/media-radio/cwdaemon/cwdaemon-0.9.2.ebuild b/media-radio/cwdaemon/cwdaemon-0.9.2.ebuild new file mode 100644 index 000000000000..22ed9dbf675d --- /dev/null +++ b/media-radio/cwdaemon/cwdaemon-0.9.2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-radio/cwdaemon/cwdaemon-0.9.2.ebuild,v 1.1 2005/03/31 01:33:58 killsoft Exp $ + +DESCRIPTION="A morse daemon for the parallel or serial port" +HOMEPAGE="http://www.qsl.net/pg4i/linux/cwdaemon.html" +SRC_URI="http://www.qsl.net/pg4i/download/${P}.tar.gz" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~x86 ~ppc ~alpha" +IUSE="" + +RDEPEND="virtual/libc" +DEPEND="sys-apps/gawk" + +src_compile() { + econf || die "configure failed" + emake || die "emake failed" +} + +src_install() { + einstall || die "install failed" +} |