summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-11-28 06:15:43 +0000
committerMike Frysinger <vapier@gentoo.org>2008-11-28 06:15:43 +0000
commitd9337b06183764087671bbf42073ea393c622bb2 (patch)
tree5091b517137aa54d954d00326af3f58d5c7f1166 /dev-util/cocom/cocom-0.996.ebuild
parentFix a bunch of PaX test failures #245124 and fix cross-compiling #245478. (diff)
downloadgentoo-2-d9337b06183764087671bbf42073ea393c622bb2.tar.gz
gentoo-2-d9337b06183764087671bbf42073ea393c622bb2.tar.bz2
gentoo-2-d9337b06183764087671bbf42073ea393c622bb2.zip
Version bump.
(Portage version: 2.2_rc16/cvs/Linux 2.6.27.4 x86_64)
Diffstat (limited to 'dev-util/cocom/cocom-0.996.ebuild')
-rw-r--r--dev-util/cocom/cocom-0.996.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-util/cocom/cocom-0.996.ebuild b/dev-util/cocom/cocom-0.996.ebuild
new file mode 100644
index 000000000000..73b2c07b301e
--- /dev/null
+++ b/dev-util/cocom/cocom-0.996.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cocom/cocom-0.996.ebuild,v 1.1 2008/11/28 06:15:43 vapier Exp $
+
+inherit autotools
+
+DESCRIPTION="Tool set oriented onto the creation of compilers, cross-compilers, interpreters, and other language processors"
+HOMEPAGE="http://cocom.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"/REGEX
+ eautoconf
+}
+
+src_install() {
+ emake install DESTDIR="${D}" || die
+ dodoc CHANGES README
+}