# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /home/cvsroot/gentoo-x86/app-dicts/aspell-da/aspell-da-0.50.2.ebuild,v 1.2 2003/02/13 06:24:35 vapier Exp $ #ASPELL_LANG="Danish" #inherit aspell-dict S=${WORKDIR}/${P} DESCRIPTION="A danish dictionary for aspell" HOMEPAGE="http://da.spelling.org" SRC_URI="http://da.speling.org/filer/${P}.tar.gz" DEPEND="app-text/aspell" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86" src_compile() { emake || die } src_install() { chown root.root dansk.dat dansk_phonet.dat dansk chmod 0644 dansk.dat dansk_phonet.dat dansk insinto /usr/share/aspell doins dansk.dat dansk_phonet.dat insinto /usr/lib/aspell doins dansk dodoc COPYING Copyright README contributors }