# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-util/txt2regex/txt2regex-0.8.ebuild,v 1.5 2005/05/25 08:30:54 ferdy Exp $ DESCRIPTION="A Regular Expression wizard that converts human sentences to regexs" HOMEPAGE="http://txt2regex.sourceforge.net/" SRC_URI="http://txt2regex.sourceforge.net/${P}.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha ~amd64 hppa mips ~ppc sparc x86" IUSE="" RDEPEND=">=app-shells/bash-2.04" src_install() { einstall DESTDIR=${D} MANDIR=${D}/usr/share/man/man1 || die dodoc Changelog NEWS README README.japanese TODO newman txt2regex.man txt2regex.6 }