diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-05-10 20:22:12 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-05-10 20:22:12 +0000 |
commit | f05dc8c819d07d4bada18fccf50026830ceaf102 (patch) | |
tree | 3e431210020f2ea611dc06104e482361d4c972f8 /dev-util/btyacc | |
parent | new package (diff) | |
download | gentoo-2-f05dc8c819d07d4bada18fccf50026830ceaf102.tar.gz gentoo-2-f05dc8c819d07d4bada18fccf50026830ceaf102.tar.bz2 gentoo-2-f05dc8c819d07d4bada18fccf50026830ceaf102.zip |
new package
Diffstat (limited to 'dev-util/btyacc')
-rw-r--r-- | dev-util/btyacc/ChangeLog | 9 | ||||
-rw-r--r-- | dev-util/btyacc/Manifest | 3 | ||||
-rw-r--r-- | dev-util/btyacc/btyacc-3.0.ebuild | 25 | ||||
-rw-r--r-- | dev-util/btyacc/files/digest-btyacc-3.0 | 1 |
4 files changed, 37 insertions, 1 deletions
diff --git a/dev-util/btyacc/ChangeLog b/dev-util/btyacc/ChangeLog new file mode 100644 index 000000000000..fdd955926891 --- /dev/null +++ b/dev-util/btyacc/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-util/btyacc +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/btyacc/ChangeLog,v 1.1 2003/05/10 20:22:02 liquidx Exp $ + +*btyacc-3.0 (10 May 2003) + + 10 May 2003; Alastair Tse <liquidx@gentoo.org> btyacc-3.0.ebuild: + initial ebuild. thanks to Edward Duffy <eduffy@clemson.edu> (#19360) + 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 |