| Summary: | spellutils-0.7.ebuild (New Package) | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Johannes Günther <guj> |
| Component: | New packages | Assignee: | Seemant Kulleen (RETIRED) <seemant> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | CC: | guj |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| URL: | http://home.worldonline.dk/byrial/spellutils/ | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Johannes Günther
2003-02-14 11:20:32 UTC
*** Bug 15697 has been marked as a duplicate of this bug. *** I post the ebuild here because bugzilla does not want me to attach a file (bugzilla said either "not logged it" or "not specified file"): # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="spellutils includes 'newsbody' (useful for spellchecking in mails, etc.) and 'pospell'" HOMEPAGE="http://home.worldonline.dk/byrial/spellutils/" SRC_URI="http://home.worldonline.dk/byrial/spellutils/${P}.tar.bz2" LICENSE="GPL-1" SLOT="0" KEYWORDS="x86" IUSE="nls" DEPEND="virtual/glibc" src_compile() { local myconf="" use nls \ || myconf="${myconf} --disable-nls" econf ${myconf} || die emake || die } src_install() { # if configured with option '--with-included-gettext' (which might happen), # the Makefile in ${S}/intl installs spellutils own gettext to # '/usr/share/gettext/intl', dishonoring DESTDIR einstall } (even with cookies on I cannot attache a file, any suggestions?) I figured out to also install the README, etc. and corrected the LICENCE. ------------------------------->8-------------------------------------------- # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="spellutils includes 'newsbody' (useful for spellchecking in mails, etc.) HOMEPAGE="http://home.worldonline.dk/byrial/spellutils/" SRC_URI="http://home.worldonline.dk/byrial/spellutils/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="nls" DEPEND="virtual/glibc" src_compile() { local myconf="" use nls \ || myconf="${myconf} --disable-nls" econf ${myconf} || die emake || die } src_install() { # if configured with option '--with-included-gettext' (which might happen), # the Makefile in ${S}/intl installs spellutils own gettext to # '/usr/share/gettext/intl', dishonoring DESTDIR einstall dodoc FILES NEWS README ABOUT-NLS COPYING INSTALL } -------------------------------8<-------------------------------------- *** Bug 16141 has been marked as a duplicate of this bug. *** thanks johannes, added to portage. |