diff options
Diffstat (limited to 'sys-devel/autoconf-archive/autoconf-archive-2007.08.22.ebuild')
-rw-r--r-- | sys-devel/autoconf-archive/autoconf-archive-2007.08.22.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/sys-devel/autoconf-archive/autoconf-archive-2007.08.22.ebuild b/sys-devel/autoconf-archive/autoconf-archive-2007.08.22.ebuild new file mode 100644 index 000000000000..b865364a3fe4 --- /dev/null +++ b/sys-devel/autoconf-archive/autoconf-archive-2007.08.22.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/autoconf-archive-2007.08.22.ebuild,v 1.1 2007/08/24 07:16:53 vapier Exp $ + +inherit eutils + +MY_PV=${PV//./-} +DESCRIPTION="GNU Autoconf Macro Archive" +HOMEPAGE="http://autoconf-archive.cryp.to/" +SRC_URI="http://autoconf-archive.cryp.to/${PN}-${MY_PV}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" +IUSE="" + +DEPEND="" +RDEPEND="sys-devel/automake + sys-devel/autoconf" + +S=${WORKDIR}/${PN}-${MY_PV} + +src_install() { + emake install DESTDIR="${D}" || die + dodir /usr/share/doc + mv "${D}"/usr/share/{${PN},doc/${PF}} || die +} |