Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 2033 - French aspell dictionary ebuild
Summary: French aspell dictionary ebuild
Status: RESOLVED DUPLICATE of bug 4659
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Tod M. Neidt (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-23 11:15 UTC by Serge Robyns
Modified: 2005-07-17 13:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Serge Robyns 2002-04-23 11:15:50 UTC
Attached there is an ebuild file for installing the french dictionary for 
aspell.

I don't feel like beeing the maintainer for this ebuild, so I hope someone 
would pick it up.

Serge
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-04-23 17:09:32 UTC
I see no attachment for it though
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2002-04-24 03:52:25 UTC
From an e-mail attachment from Serge for aspell-fr-0.1-3.ebuild: 

# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Created by Serge Robyns 23 April 2002
# $Header: $


DESCRIPTION="French dictionary for aspell"
HOMEPAGE="http://perso.wanadoo.fr/remi.vanicat/aspell/index-en.html"
S=${WORKDIR}/${P}
SRC_URI="http://aspell.sourceforge.net/${P}.tar.bz2"

DEPEND="app-text/aspell"
RDEPEND="app-text/aspell"

src_compile() {
	export DESTDIR=${D}
	./configure || die
	emake || die
}

src_install() {
	emake install || die
}


Comment 3 Seemant Kulleen (RETIRED) gentoo-dev 2002-07-11 06:21:03 UTC

*** This bug has been marked as a duplicate of 4659 ***