# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger # $Header: /var/cvsroot/gentoo-x86/dev-util/tmake/tmake-1.8.ebuild,v 1.1 2002/01/08 23:12:19 gbevin 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" RDEPEND="sys-devel/perl" 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 }