diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2003-12-11 19:15:06 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2003-12-11 19:15:06 +0000 |
commit | 6e909b0d9925d54aa9e62057d38d328256b4a725 (patch) | |
tree | fcfea7b23e4344b379123bd696ae345f87332f05 /dev-util/autoproject/autoproject-0.17.ebuild | |
parent | moved autoproject from sys-devel to dev-util (diff) | |
download | historical-6e909b0d9925d54aa9e62057d38d328256b4a725.tar.gz historical-6e909b0d9925d54aa9e62057d38d328256b4a725.tar.bz2 historical-6e909b0d9925d54aa9e62057d38d328256b4a725.zip |
moved autoproject from sys-devel to dev-util
Diffstat (limited to 'dev-util/autoproject/autoproject-0.17.ebuild')
-rw-r--r-- | dev-util/autoproject/autoproject-0.17.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-util/autoproject/autoproject-0.17.ebuild b/dev-util/autoproject/autoproject-0.17.ebuild new file mode 100644 index 000000000000..99dadf42274f --- /dev/null +++ b/dev-util/autoproject/autoproject-0.17.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/autoproject/autoproject-0.17.ebuild,v 1.1 2003/12/11 19:15:06 lanius Exp $ + +DESCRIPTION="Used to start a programming project using autoconf, automake, and optionally a command line parser generator" +SRC_URI="http://www.mv.com/ipusers/vanzandt/${P}.tar.gz" +HOMEPAGE="http://www.mv.com/ipusers/vanzandt/" + +LICENSE="GPL-2" +KEYWORDS="~x86" +SLOT="0" +IUSE="" + +DEPEND="sys-devel/automake + sys-devel/autoconf" + +src_install() { + einstall || die + dodoc AUTHORS NEWS README TODO ChangeLog +} |