diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-02-10 11:24:50 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-02-10 11:24:50 +0000 |
commit | 0b564b984268062139a0c65c7d9bdf1d93097600 (patch) | |
tree | 154dcf314636956b8c003c1ac59447eb0c6210fe /app-i18n | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-0b564b984268062139a0c65c7d9bdf1d93097600.tar.gz gentoo-2-0b564b984268062139a0c65c7d9bdf1d93097600.tar.bz2 gentoo-2-0b564b984268062139a0c65c7d9bdf1d93097600.zip |
Some forgotten files
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/aspell-de/aspell-de-0.1.1.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/app-i18n/aspell-de/aspell-de-0.1.1.ebuild b/app-i18n/aspell-de/aspell-de-0.1.1.ebuild new file mode 100644 index 000000000000..8b128472199f --- /dev/null +++ b/app-i18n/aspell-de/aspell-de-0.1.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Your Name <your email> +# $Header: /var/cvsroot/gentoo-x86/app-i18n/aspell-de/aspell-de-0.1.1.ebuild,v 1.1 2001/02/10 11:24:50 achim Exp $ + +#P= +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="" +SRC_URI="ftp://" +HOMEPAGE="http://" + + +src_compile() { + + cd ${S} + try ./configure --prefix=/usr --host=${CHOST} + try make + +} + +src_install () { + + cd ${S} + try make DESTDIR=${D} install + +} + |