diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-11 10:06:03 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-11 10:06:03 +0000 |
commit | 7a2414a3952825497f53cdf32c11c21a717b292a (patch) | |
tree | 8a58f9f62042d0f984f309e653f4a24e151e402c /app-i18n | |
parent | new package (diff) | |
download | gentoo-2-7a2414a3952825497f53cdf32c11c21a717b292a.tar.gz gentoo-2-7a2414a3952825497f53cdf32c11c21a717b292a.tar.bz2 gentoo-2-7a2414a3952825497f53cdf32c11c21a717b292a.zip |
new package
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/ispell-br/ChangeLog | 11 | ||||
-rw-r--r-- | app-i18n/ispell-br/files/digest-ispell-br-2.4 | 1 | ||||
-rw-r--r-- | app-i18n/ispell-br/ispell-br-2.4.ebuild | 33 |
3 files changed, 45 insertions, 0 deletions
diff --git a/app-i18n/ispell-br/ChangeLog b/app-i18n/ispell-br/ChangeLog new file mode 100644 index 000000000000..398bba08a8a2 --- /dev/null +++ b/app-i18n/ispell-br/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for app-i18n/ispell-br +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ispell-br/ChangeLog,v 1.1 2002/07/11 10:06:03 seemant Exp $ + +*ispell-br-2.4 (11 Jul 2002) + + 11 Jul 2002; Seemant Kulleen <seemant@gentoo.org> ispell-br-2.4.ebuild + files/digest-ispell-br-2.4 ChangeLog : + + New dictionary by: msantos@pobox.com (Marcelo Fontenele S Santos) in bug + #3764. diff --git a/app-i18n/ispell-br/files/digest-ispell-br-2.4 b/app-i18n/ispell-br/files/digest-ispell-br-2.4 new file mode 100644 index 000000000000..3d136b3e9866 --- /dev/null +++ b/app-i18n/ispell-br/files/digest-ispell-br-2.4 @@ -0,0 +1 @@ +MD5 241d9e2fefb92ea74f13c1e07d0b4e7b br.ispell-2.4.tar.gz 125359 diff --git a/app-i18n/ispell-br/ispell-br-2.4.ebuild b/app-i18n/ispell-br/ispell-br-2.4.ebuild new file mode 100644 index 000000000000..42ac52c59109 --- /dev/null +++ b/app-i18n/ispell-br/ispell-br-2.4.ebuild @@ -0,0 +1,33 @@ +# Copyright 2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ispell-br/ispell-br-2.4.ebuild,v 1.1 2002/07/11 10:06:03 seemant Exp $ + +MY_P="br.ispell-${PV}" +S=${WORKDIR}/${MY_P} +DESCRIPTION="A Brazilian portuguese dictionary for ispell" +HOMEPAGE="http://www.ime.usp.br/~ueda/br.ispell" +SRC_URI="http://www.ime.usp.br/~ueda/br.ispell/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" + +DEPEND="app-text/ispell + sys-apps/gawk" + +src_compile() { + emake VDIR=/usr/share/dict || die + make palavras + make paradigmas +} + +src_install () { + emake \ + prefix=${D}usr \ + VDIR=${D}/usr/share/dict \ + HASHDIR=${D}usr/lib/ispell \ + MANDIR=${D}usr/share/man \ + install || die + + dodoc COPYING README +} |