Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 2058

Summary: Dutch aspell dictionary ebuild
Product: Gentoo Linux Reporter: Serge Robyns <serge.robyns>
Component: New packagesAssignee: Seemant Kulleen (RETIRED) <seemant>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Serge Robyns 2002-04-24 04:27:57 UTC
The ebuild file is in attachement
Comment 1 Serge Robyns 2002-04-24 04:31:10 UTC
# 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="Dutch dictionary for aspell"
HOMEPAGE="http://tinf2.vub.ac.be/~dvermeir/software/dv/nl-aspell/index.html"
P=aspell-nl-0.0-3
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 2 Tod M. Neidt (RETIRED) gentoo-dev 2002-04-26 13:54:26 UTC
Looks good!

A small comment.  It is considered bad form to directly assign the value of ${P}
in an ebuild script.

Comment 3 Seemant Kulleen (RETIRED) gentoo-dev 2002-07-12 11:44:13 UTC
added to portage.  lousy license on it.