summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-devel/ac-archive/ac-archive-2007.0205.ebuild')
-rw-r--r--sys-devel/ac-archive/ac-archive-2007.0205.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/sys-devel/ac-archive/ac-archive-2007.0205.ebuild b/sys-devel/ac-archive/ac-archive-2007.0205.ebuild
new file mode 100644
index 000000000000..3f31b8f98b09
--- /dev/null
+++ b/sys-devel/ac-archive/ac-archive-2007.0205.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/ac-archive/ac-archive-2007.0205.ebuild,v 1.1 2009/01/31 08:30:21 vapier Exp $
+
+DESCRIPTION="The Autoconf Macro Archive"
+HOMEPAGE="http://ac-archive.sourceforge.net/"
+SRC_URI="mirror://sourceforge/ac-archive/${P}.tar.bz2"
+
+LICENSE="|| ( BSD GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND="app-text/aspell"
+RDEPEND="dev-lang/perl"
+
+src_install() {
+ emake install DESTDIR="${D}" || die
+ dodoc README TODO ChangeLog
+ mv "${D}"/usr/share/doc/${PN} "${D}"/usr/share/doc/${PF}/html || die
+}