diff options
author | Karl Trygve Kalleberg <karltk@gentoo.org> | 2002-02-18 18:52:48 +0000 |
---|---|---|
committer | Karl Trygve Kalleberg <karltk@gentoo.org> | 2002-02-18 18:52:48 +0000 |
commit | 68cde6e562c98d9af4314a8b139d471c4c36848e (patch) | |
tree | f3c7d1609bd1dd54f61877c2d21cb6b7dd8bbbe9 /dev-util/cook | |
parent | added "source /etc/make.conf" to get the KDE?DIR setting when it's non-standard (diff) | |
download | gentoo-2-68cde6e562c98d9af4314a8b139d471c4c36848e.tar.gz gentoo-2-68cde6e562c98d9af4314a8b139d471c4c36848e.tar.bz2 gentoo-2-68cde6e562c98d9af4314a8b139d471c4c36848e.zip |
cook 2.18
Diffstat (limited to 'dev-util/cook')
-rw-r--r-- | dev-util/cook/ChangeLog | 14 | ||||
-rw-r--r-- | dev-util/cook/cook-2.18.ebuild | 29 | ||||
-rw-r--r-- | dev-util/cook/files/digest-cook-2.18 | 1 |
3 files changed, 44 insertions, 0 deletions
diff --git a/dev-util/cook/ChangeLog b/dev-util/cook/ChangeLog new file mode 100644 index 000000000000..16f4cd9636fa --- /dev/null +++ b/dev-util/cook/ChangeLog @@ -0,0 +1,14 @@ +# ChangeLog for dev-utils/cook +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/dev-util/cook/ChangeLog,v 1.1 2002/02/18 18:52:48 karltk Exp $ + +*cook-2.18 ( 18 Feb 2002 ) + + 18 Feb 2002; Karl Trygve Kalleberg <karltk@gentoo.org> ChangeLog cook-2.18.ebuild files/digest-cook-2.18 + + Cook is a tool for constructing files. It is given a set of files to create, + and recipes of how to create them. In any non-trivial program there will be + prerequisites to performing the actions necessary to creating any file, such + as include files. Cook provides a mechanism to define these. + + Ebuild submitted by Sean Mitchell <sean@arawak.tzo.org>. diff --git a/dev-util/cook/cook-2.18.ebuild b/dev-util/cook/cook-2.18.ebuild new file mode 100644 index 000000000000..ea4849de9ef8 --- /dev/null +++ b/dev-util/cook/cook-2.18.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Maintainer: Tools Team <tools@gentoo.org> +# Author: Sean Mitchell <sean@arawak.tzo.org> +# /space/gentoo/cvsroot/gentoo-x86/skel.build,v 1.11 2001/12/06 22:12:34 drobbins Exp + +S=${WORKDIR}/${P} +DESCRIPTION="Cook is a tool for constructing files. It is a replacement for make." +SRC_URI="http://www.canb.auug.org.au/~millerp/cook/${P}.tar.gz" +HOMEPAGE="http://www.canb.auug.org.au/~millerp/cook/cook.html" +DEPEND="sys-devel/bison" + +src_compile() +{ + ./configure --prefix=/usr || die "./configure failed" + + # doesn't seem to like emake + make || die +} + + +src_install () +{ + + # we'll hijack the RPM_BUILD_ROOT variable which is intended for a + # similiar purpose anyway + make RPM_BUILD_ROOT=${D} install || die +} + diff --git a/dev-util/cook/files/digest-cook-2.18 b/dev-util/cook/files/digest-cook-2.18 new file mode 100644 index 000000000000..0d0bf9d6625d --- /dev/null +++ b/dev-util/cook/files/digest-cook-2.18 @@ -0,0 +1 @@ +MD5 85bf33a48ded3857cfd298a3c486dc82 cook-2.18.tar.gz 795495 |