diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-11-26 12:44:40 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-11-26 12:44:40 +0000 |
commit | f8d4a3e74079c345f3679463cd161c5b67865e3e (patch) | |
tree | 130f233ddb5b85496e36f4ead781eeb71f579005 /dev-util/tmake | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-f8d4a3e74079c345f3679463cd161c5b67865e3e.tar.gz gentoo-2-f8d4a3e74079c345f3679463cd161c5b67865e3e.tar.bz2 gentoo-2-f8d4a3e74079c345f3679463cd161c5b67865e3e.zip |
*** empty log message ***
Diffstat (limited to 'dev-util/tmake')
-rw-r--r-- | dev-util/tmake/files/digest-tmake-1.6 | 1 | ||||
-rw-r--r-- | dev-util/tmake/tmake-1.6.ebuild | 25 |
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 + + +} + |