| 1 |
# Copyright 1999-2012 Gentoo Foundation |
| 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 |
# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/autoconf-archive-2012.04.07.ebuild,v 1.7 2012/08/11 12:49:25 maekke Exp $ |
| 4 |
|
| 5 |
EAPI=4 |
| 6 |
|
| 7 |
DESCRIPTION="GNU Autoconf Macro Archive" |
| 8 |
HOMEPAGE="http://www.gnu.org/software/autoconf-archive/" |
| 9 |
SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" |
| 10 |
|
| 11 |
LICENSE="GPL-3" |
| 12 |
SLOT="0" |
| 13 |
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" |
| 14 |
IUSE="" |
| 15 |
|
| 16 |
DOCS=( AUTHORS ChangeLog NEWS README TODO ) |
| 17 |
|
| 18 |
src_install() { |
| 19 |
default |
| 20 |
rm -rf "${ED}/usr/share/${PN}" || die |
| 21 |
} |