summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-devel/autoconf-archive/autoconf-archive-2010.07.06.ebuild')
-rw-r--r--sys-devel/autoconf-archive/autoconf-archive-2010.07.06.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/sys-devel/autoconf-archive/autoconf-archive-2010.07.06.ebuild b/sys-devel/autoconf-archive/autoconf-archive-2010.07.06.ebuild
new file mode 100644
index 000000000000..33e012094815
--- /dev/null
+++ b/sys-devel/autoconf-archive/autoconf-archive-2010.07.06.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/autoconf-archive-2010.07.06.ebuild,v 1.1 2010/07/10 00:12:07 vapier Exp $
+
+EAPI="3"
+
+DESCRIPTION="GNU Autoconf Macro Archive"
+HOMEPAGE="http://autoconf-archive.cryp.to/"
+SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
+IUSE=""
+
+src_install() {
+ emake DESTDIR="${D}" install || die
+ dodir /usr/share/doc
+ mv "${D}"/usr/share/{${PN},doc/${PF}} || die
+ rm -f "${D}"/usr/share/doc/${PF}/COPYING
+ dodoc AUTHORS ChangeLog NEWS README TODO
+}