summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-05-10 20:22:12 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-05-10 20:22:12 +0000
commite9a611b1d57df7587323dc00aa5f3e10ae0a45b8 (patch)
treee9ae2d4a0f6fb427f305df3c5ca9d62c880ac5ee /dev-util
parentnew package (diff)
downloadhistorical-e9a611b1d57df7587323dc00aa5f3e10ae0a45b8.tar.gz
historical-e9a611b1d57df7587323dc00aa5f3e10ae0a45b8.tar.bz2
historical-e9a611b1d57df7587323dc00aa5f3e10ae0a45b8.zip
new package
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/btyacc/Manifest3
-rw-r--r--dev-util/btyacc/btyacc-3.0.ebuild25
-rw-r--r--dev-util/btyacc/files/digest-btyacc-3.01
3 files changed, 28 insertions, 1 deletions
diff --git a/dev-util/btyacc/Manifest b/dev-util/btyacc/Manifest
index 4dc82465c4e8..6219161d51a1 100644
--- a/dev-util/btyacc/Manifest
+++ b/dev-util/btyacc/Manifest
@@ -1,2 +1,3 @@
-MD5 87d06cc14d304816498fe175189ebc62 btyacc-3.0.ebuild 576
+MD5 182d93b5971f094e5fac9bece31e786a btyacc-3.0.ebuild 628
+MD5 413232d0de98e2071c23c4c86f223200 ChangeLog 380
MD5 1cd6a9d055a556ceb7e8cc4e1aad9dee files/digest-btyacc-3.0 61
diff --git a/dev-util/btyacc/btyacc-3.0.ebuild b/dev-util/btyacc/btyacc-3.0.ebuild
new file mode 100644
index 000000000000..db773d48922b
--- /dev/null
+++ b/dev-util/btyacc/btyacc-3.0.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/dev-util/btyacc/btyacc-3.0.ebuild,v 1.1 2003/05/10 20:22:02 liquidx Exp $
+
+MY_P=${P/./-}
+IUSE=""
+DESCRIPTION="Backtracking YACC - modified from Berkley YACC"
+HOMEPAGE="http://www.siber.com/btyacc"
+SRC_URI="http://www.siber.com/btyacc/${MY_P}.tar.gz"
+
+LICENSE="freedist"
+SLOT="0"
+KEYWORDS="~x86"
+DEPEND="virtual/glibc"
+S=${WORKDIR}
+
+src_compile() {
+ emake CFLAGS="${CFLAGS}" LDFLAGS= || die
+}
+
+src_install() {
+ dobin btyacc
+ dodoc README README.BYACC
+ newman manpage btyacc.1
+}
diff --git a/dev-util/btyacc/files/digest-btyacc-3.0 b/dev-util/btyacc/files/digest-btyacc-3.0
new file mode 100644
index 000000000000..33046286ec5b
--- /dev/null
+++ b/dev-util/btyacc/files/digest-btyacc-3.0
@@ -0,0 +1 @@
+MD5 865b8f6d553494a371e66dece8f5c910 btyacc-3-0.tar.gz 74770