summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/tmake')
-rw-r--r--dev-util/tmake/files/digest-tmake-1.61
-rw-r--r--dev-util/tmake/tmake-1.6.ebuild25
2 files changed, 26 insertions, 0 deletions
diff --git a/dev-util/tmake/files/digest-tmake-1.6 b/dev-util/tmake/files/digest-tmake-1.6
new file mode 100644
index 000000000000..948057c2c2c2
--- /dev/null
+++ b/dev-util/tmake/files/digest-tmake-1.6
@@ -0,0 +1 @@
+MD5 3b4cd646041a8016a21c805be7ead09c tmake-1.6.tar.gz
diff --git a/dev-util/tmake/tmake-1.6.ebuild b/dev-util/tmake/tmake-1.6.ebuild
new file mode 100644
index 000000000000..44b7ddf22718
--- /dev/null
+++ b/dev-util/tmake/tmake-1.6.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2000 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Author Achim Gottinger <achim@gentoo.org>
+# $Header: /var/cvsroot/gentoo-x86/dev-util/tmake/tmake-1.6.ebuild,v 1.1 2000/11/26 12:39:54 achim Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="A Cross platform Makefile tool"
+SRC_URI="ftp://ftp.trolltech.com/freebies/tmake/${P}.tar.gz"
+HOMEPAGE="http://www.trolltech.com/products/download/freebies/tmake.html"
+
+
+
+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
+ docinto html
+ dodoc doc/*.html
+
+
+}
+