summaryrefslogtreecommitdiff
blob: e7464332c759b068d07a1c6cb461096ba1795e1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# $Header: /var/cvsroot/gentoo-x86/app-text/diction/diction-1.02.ebuild,v 1.4 2003/06/12 20:24:31 msterret Exp $

inherit eutils

S=${WORKDIR}/${P}
DESCRIPTION="Diction and style checkers for english and german texts."
SRC_URI="http://ftp.gnu.org/gnu/diction/diction-1.02.tar.gz"
HOMEPAGE="http://www.fsf.org/software/diction/diction.html"

SLOT="0"
IUSE=""
LICENSE="GPL-2"
KEYWORDS="~x86"

DEPEND="sys-devel/gettext"

src_compile() {
    ./configure --prefix=/usr ||die
    emake || die

}

src_install () {
    make prefix=${D}/usr install
}