First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 2058
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Seemant Kulleen (RETIRED) <seemant@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Serge Robyns <serge.robyns@advalvas.be>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 2058 depends on: Show dependency tree
Bug 2058 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2002-04-24 04:27 0000
The ebuild file is in attachement

------- Comment #1 From Serge Robyns 2002-04-24 04:31:10 0000 -------
# 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 From Tod M. Neidt 2002-04-26 13:54:26 0000 -------
Looks good!

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


------- Comment #3 From Seemant Kulleen (RETIRED) 2002-07-12 11:44:13 0000 -------
added to portage.  lousy license on it.

First Last Prev Next    No search results available      Search page      Enter new bug