summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Portnoy <avenj@gentoo.org>2003-06-08 17:41:39 +0000
committerJon Portnoy <avenj@gentoo.org>2003-06-08 17:41:39 +0000
commit85b7f6f260c02fa5cfd0f38ea0003e27dcba9216 (patch)
tree5c73c5e3286db1b98259946ba88dc4afd8c3779d /app-misc/aldo/aldo-0.0.11.ebuild
parentInitial import (diff)
downloadgentoo-2-85b7f6f260c02fa5cfd0f38ea0003e27dcba9216.tar.gz
gentoo-2-85b7f6f260c02fa5cfd0f38ea0003e27dcba9216.tar.bz2
gentoo-2-85b7f6f260c02fa5cfd0f38ea0003e27dcba9216.zip
Initial import
Diffstat (limited to 'app-misc/aldo/aldo-0.0.11.ebuild')
-rw-r--r--app-misc/aldo/aldo-0.0.11.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/app-misc/aldo/aldo-0.0.11.ebuild b/app-misc/aldo/aldo-0.0.11.ebuild
new file mode 100644
index 000000000000..12e82bba12b3
--- /dev/null
+++ b/app-misc/aldo/aldo-0.0.11.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/aldo/aldo-0.0.11.ebuild,v 1.1 2003/06/08 17:41:27 avenj Exp $
+
+DESCRIPTION="ALDO is a morse tutor."
+HOMEPAGE="http://aldo.sourceforge.net"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+DEPEND=""
+S=${WORKDIR}/${P}
+
+src_compile() {
+ make libs || die
+ make aldo || die
+}
+
+src_install() {
+ mkdir -p ${D}/usr/bin
+ cp aldo ${D}/usr/bin
+ dodoc README* TODO VERSION AUTHORS ChangeLog
+}