View | Details | Raw Unified
Collapse All | Expand All

(-) diction/diction-1.09.ebuild (-9 / +3 lines)
 Lines 2-9    Link Here 
# Distributed under the terms of the GNU General Public License v2
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/diction/diction-1.07.ebuild,v 1.3 2006/02/17 00:57:06 flameeyes Exp $
# $Header: /var/cvsroot/gentoo-x86/app-text/diction/diction-1.07.ebuild,v 1.3 2006/02/17 00:57:06 flameeyes Exp $
inherit base
DESCRIPTION="Diction and style checkers for english and german texts"
DESCRIPTION="Diction and style checkers for english and german texts"
HOMEPAGE="http://www.fsf.org/software/diction/diction.html"
HOMEPAGE="http://www.gnu.org/software/diction/diction.html"
SRC_URI="http://www.moria.de/~michael/diction/${P}.tar.gz"
SRC_URI="http://www.moria.de/~michael/diction/${P}.tar.gz"
LICENSE="GPL-2"
LICENSE="GPL-2"
 Lines 14-24   IUSE="" Link Here 
DEPEND="sys-devel/gettext"
DEPEND="sys-devel/gettext"
RDEPEND="virtual/libintl"
RDEPEND="virtual/libintl"
src_compile() {
	./configure --prefix=/usr ||die
	emake || die
}
src_install() {
	make prefix=${D}/usr install
}