diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2006-04-01 06:11:24 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2006-04-01 06:11:24 +0000 |
commit | e4c0d918ff1e63a809fe0aaa536ba317903520d9 (patch) | |
tree | 0eb64aa3fe1903182d8625ef06156d8c81316de7 /app-accessibility/morseall/morseall-0.4.8.ebuild | |
parent | Add patch to fix compilation with gcc-4 by TGL <degrenier AT easyconnect DOT ... (diff) | |
download | gentoo-2-e4c0d918ff1e63a809fe0aaa536ba317903520d9.tar.gz gentoo-2-e4c0d918ff1e63a809fe0aaa536ba317903520d9.tar.bz2 gentoo-2-e4c0d918ff1e63a809fe0aaa536ba317903520d9.zip |
Initial ebuild thanks to gennio <gennio@gmail.com> in but #102658.
(Portage version: 2.1_pre7-r3)
Diffstat (limited to 'app-accessibility/morseall/morseall-0.4.8.ebuild')
-rw-r--r-- | app-accessibility/morseall/morseall-0.4.8.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/app-accessibility/morseall/morseall-0.4.8.ebuild b/app-accessibility/morseall/morseall-0.4.8.ebuild new file mode 100644 index 000000000000..34a41a962c19 --- /dev/null +++ b/app-accessibility/morseall/morseall-0.4.8.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/morseall/morseall-0.4.8.ebuild,v 1.1 2006/04/01 06:11:24 eradicator Exp $ + +DESCRIPTION="Program applicated morse code for blind's" +HOMEPAGE="http://morseall.org/" +SRC_URI="http://pehr.net/software/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="-amd64 ~x86" +IUSE="" + +DEPEND="gnome-extra/at-spi" + +src_install() { + make DESTDIR="${D}" install || die "install failed" + dodoc README CHANGES +} |