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 | 3f371e1dd87b17c64f0358572717497ef9dd60c5 (patch) | |
tree | 75a5faa3c2773764503f7255ff5a5fd24680373e /app-i18n | |
parent | *** empty log message *** (diff) | |
download | historical-3f371e1dd87b17c64f0358572717497ef9dd60c5.tar.gz historical-3f371e1dd87b17c64f0358572717497ef9dd60c5.tar.bz2 historical-3f371e1dd87b17c64f0358572717497ef9dd60c5.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 + +} + |