Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 2058 - Dutch aspell dictionary ebuild
Summary: Dutch aspell dictionary ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-24 04:27 UTC by Serge Robyns
Modified: 2002-07-12 11:44 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-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.