summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2005-06-26 09:44:04 +0000
committerDaniel Black <dragonheart@gentoo.org>2005-06-26 09:44:04 +0000
commit4f945d562b9d6f82221f91f8a22009861c7b0017 (patch)
tree82d9bff608b4940e8840119aa1de3b1ace8cf1ee /dev-util/tmake/tmake-2.12.ebuild
parentStable on hppa. (diff)
downloadgentoo-2-4f945d562b9d6f82221f91f8a22009861c7b0017.tar.gz
gentoo-2-4f945d562b9d6f82221f91f8a22009861c7b0017.tar.bz2
gentoo-2-4f945d562b9d6f82221f91f8a22009861c7b0017.zip
version bump
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-util/tmake/tmake-2.12.ebuild')
-rw-r--r--dev-util/tmake/tmake-2.12.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-util/tmake/tmake-2.12.ebuild b/dev-util/tmake/tmake-2.12.ebuild
new file mode 100644
index 000000000000..c9d7a858db31
--- /dev/null
+++ b/dev-util/tmake/tmake-2.12.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/tmake/tmake-2.12.ebuild,v 1.1 2005/06/26 09:44:04 dragonheart Exp $
+
+DESCRIPTION="A Cross platform Makefile tool"
+SRC_URI="mirror://sourceforge/tmake/${P}.tar.bz2"
+HOMEPAGE="http://tmake.sourceforge.net"
+
+RDEPEND=">=dev-lang/perl-5"
+
+SLOT="0"
+LICENSE="as-is"
+KEYWORDS="~x86 ~sparc ~ppc ~alpha ~ia64"
+IUSE=""
+
+src_install () {
+ cd ${S}
+ dobin bin/tmake bin/progen
+ dodir /usr/lib/tmake
+ cp -af ${S}/lib/* ${D}/usr/lib/tmake
+ dodoc CHANGES LICENSE README
+ dohtml -r doc/*
+ dodir /etc/env.d
+ echo "TMAKEPATH=/usr/lib/tmake/linux-g++" > ${D}/etc/env.d/51tmake
+}