diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2003-11-03 20:11:20 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2003-11-03 20:11:20 +0000 |
commit | 211948bd7042fdbbbeffdf59717ca89121e527cb (patch) | |
tree | 48f528429067a79df241974817f785cf9d1c5a45 /dev-util/tmake/tmake-1.11.ebuild | |
parent | bump (diff) | |
download | historical-211948bd7042fdbbbeffdf59717ca89121e527cb.tar.gz historical-211948bd7042fdbbbeffdf59717ca89121e527cb.tar.bz2 historical-211948bd7042fdbbbeffdf59717ca89121e527cb.zip |
bump
Diffstat (limited to 'dev-util/tmake/tmake-1.11.ebuild')
-rw-r--r-- | dev-util/tmake/tmake-1.11.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-util/tmake/tmake-1.11.ebuild b/dev-util/tmake/tmake-1.11.ebuild new file mode 100644 index 000000000000..0accdd61fc30 --- /dev/null +++ b/dev-util/tmake/tmake-1.11.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/tmake/tmake-1.11.ebuild,v 1.1 2003/11/03 20:11:14 lanius Exp $ + +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" + +RDEPEND="dev-lang/perl" + +SLOT="0" +LICENSE="as-is" +KEYWORDS="~x86 ~sparc" + +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 +} |