# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-apps/miscfiles/miscfiles-1.3-r2.ebuild,v 1.7 2004/03/02 16:42:02 iggy Exp $ inherit eutils IUSE="" S=${WORKDIR}/${P} DESCRIPTION="Miscellaneous files" SRC_URI="ftp://ftp.gnu.org/gnu/${PN}/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/directory/miscfiles.html" SLOT="0" LICENSE="GPL-2" KEYWORDS="-x86 -amd64 -ppc -sparc -alpha -mips -hppa s390" src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/tasks.info.diff epatch ${FILESDIR}/${P}-Makefile.diff } src_install() { einstall || die # Remove this, as it causes language clash in ispell rm ${D}/usr/share/dict/words dodoc GNU* NEWS ORIGIN README dict-README }