diff options
author | 2002-07-04 08:19:12 +0000 | |
---|---|---|
committer | 2002-07-04 08:19:12 +0000 | |
commit | 26b7e4cd70a7e61f2d2a7aca977d4da0bad3c145 (patch) | |
tree | e2f143fd80066cb082bd89ac89400ed9fae4e60c /dev-util/tmake/tmake-1.8-r1.ebuild | |
parent | html documentation no longer gzipped (diff) | |
download | gentoo-2-26b7e4cd70a7e61f2d2a7aca977d4da0bad3c145.tar.gz gentoo-2-26b7e4cd70a7e61f2d2a7aca977d4da0bad3c145.tar.bz2 gentoo-2-26b7e4cd70a7e61f2d2a7aca977d4da0bad3c145.zip |
html documentation no longer gzipped
Diffstat (limited to 'dev-util/tmake/tmake-1.8-r1.ebuild')
-rw-r--r-- | dev-util/tmake/tmake-1.8-r1.ebuild | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/dev-util/tmake/tmake-1.8-r1.ebuild b/dev-util/tmake/tmake-1.8-r1.ebuild index 1d5c6fd188f4..53cd68e0d497 100644 --- a/dev-util/tmake/tmake-1.8-r1.ebuild +++ b/dev-util/tmake/tmake-1.8-r1.ebuild @@ -1,7 +1,6 @@ # Copyright 1999-2002 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.8-r1.ebuild,v 1.1 2002/02/28 22:50:14 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/tmake/tmake-1.8-r1.ebuild,v 1.2 2002/07/04 08:14:29 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="A Cross platform Makefile tool" @@ -10,16 +9,18 @@ HOMEPAGE="http://www.trolltech.com/products/download/freebies/tmake.html" RDEPEND="sys-devel/perl" +LICENSE="as-is" +SLOT="" + 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 + cd ${S} + dobin bin/tmake bin/progen + dodir /usr/lib/tmake + cp -af ${S}/lib/* ${D}/usr/lib/tmake + dodoc CHANGES LICENSE README + dodoc html -r doc dodir /etc/env.d - echo "TMAKEPATH=/usr/lib/tmake/linux-g++" > ${D}/etc/env.d/51tmake + echo "TMAKEPATH=/usr/lib/tmake/linux-g++" > ${D}/etc/env.d/51tmake } |