summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-08-03 14:21:08 +0000
committerAchim Gottinger <achim@gentoo.org>2000-08-03 14:21:08 +0000
commitb335c1d02df5d13298214e25b8d8460e88ab205e (patch)
treef7e87de054d1c67e0028cbdb8be22b8fcb401e02 /sys-devel/bison
parent*** empty log message *** (diff)
downloadgentoo-2-b335c1d02df5d13298214e25b8d8460e88ab205e.tar.gz
gentoo-2-b335c1d02df5d13298214e25b8d8460e88ab205e.tar.bz2
gentoo-2-b335c1d02df5d13298214e25b8d8460e88ab205e.zip
*** empty log message ***
Diffstat (limited to 'sys-devel/bison')
-rw-r--r--sys-devel/bison/bison-1.28-r1.ebuild27
-rw-r--r--sys-devel/bison/files/digest1
2 files changed, 28 insertions, 0 deletions
diff --git a/sys-devel/bison/bison-1.28-r1.ebuild b/sys-devel/bison/bison-1.28-r1.ebuild
new file mode 100644
index 000000000000..ef4c7b2b5b20
--- /dev/null
+++ b/sys-devel/bison/bison-1.28-r1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2000 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Author Daniel Robbins <drobbins@gentoo.org>
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.28-r1.ebuild,v 1.1 2000/08/03 14:16:17 achim Exp $
+
+P=bison-1.28
+A=${P}.tar.gz
+S=${WORKDIR}/${P}
+CATEGORY="sys-devel"
+DESCRIPTION="A yacc-compatible parser generator"
+SRC_URI="ftp://prep.ai.mit.edu/gnu/bison/${A}"
+HOMEPAGE="http://www.gnu.org/software/bison/bison.html"
+
+src_compile() {
+ ./configure --prefix=/usr --host=${CHOST}
+ make
+}
+
+src_install() {
+ cd ${S}
+ make prefix=${D}/usr install
+ dodoc COPYING AUTHORS NEWS ChangeLog README REFERENCES OChangeLog doc/FAQ
+ prepman
+ prepinfo
+}
+
+
diff --git a/sys-devel/bison/files/digest b/sys-devel/bison/files/digest
new file mode 100644
index 000000000000..31b82696c4c7
--- /dev/null
+++ b/sys-devel/bison/files/digest
@@ -0,0 +1 @@
+MD5 4afb3989f2270043c47c3daa1fa7ffab bison-1.28.tar.gz