summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Laue <brad@gentoo.org>2003-06-08 18:29:15 +0000
committerBrad Laue <brad@gentoo.org>2003-06-08 18:29:15 +0000
commita02db4156fc04d5dc6e6f4a189d210edc6141056 (patch)
tree7c1ec28771180164f8820aa75b1c90ac669d9b29 /app-misc/jive/jive-1.1.ebuild
parentAdded jive, a jive talkin' filter. What it is, Mama! (diff)
downloadgentoo-2-a02db4156fc04d5dc6e6f4a189d210edc6141056.tar.gz
gentoo-2-a02db4156fc04d5dc6e6f4a189d210edc6141056.tar.bz2
gentoo-2-a02db4156fc04d5dc6e6f4a189d210edc6141056.zip
Added jive, a jive talkin' filter. What it is, Mama!
Diffstat (limited to 'app-misc/jive/jive-1.1.ebuild')
-rw-r--r--app-misc/jive/jive-1.1.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/app-misc/jive/jive-1.1.ebuild b/app-misc/jive/jive-1.1.ebuild
new file mode 100644
index 000000000000..45a445fb7a74
--- /dev/null
+++ b/app-misc/jive/jive-1.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/jive/jive-1.1.ebuild,v 1.1 2003/06/08 18:29:07 brad Exp $
+
+DESCRIPTION="Filter that converts English text to Jive, by Adam Douglas"
+HOMEPAGE="http://cvs.gentoo.org/~brad/"
+SRC_URI="http://cvs.gentoo.org/~brad/${P}.tar.gz"
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+DEPEND="virtual/glibc"
+#RDEPEND=""
+
+S=${WORKDIR}/${PN}
+
+src_compile() {
+ emake
+}
+
+src_install() {
+ dobin jive
+ doman jive.1
+ dodoc README POSTER
+}