diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-04-30 09:32:20 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-04-30 09:32:20 +0000 |
commit | b39873f8ca85e6ba1539ff191254847455ce426c (patch) | |
tree | 51cf9e283edf74874b229c0b315da0c7be177b60 /app-text/aspell-de | |
parent | Cleanup (diff) | |
download | gentoo-2-b39873f8ca85e6ba1539ff191254847455ce426c.tar.gz gentoo-2-b39873f8ca85e6ba1539ff191254847455ce426c.tar.bz2 gentoo-2-b39873f8ca85e6ba1539ff191254847455ce426c.zip |
Cleanup
Diffstat (limited to 'app-text/aspell-de')
-rw-r--r-- | app-text/aspell-de/aspell-de-0.1.1.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/app-text/aspell-de/aspell-de-0.1.1.ebuild b/app-text/aspell-de/aspell-de-0.1.1.ebuild deleted file mode 100644 index 92807fe05cb9..000000000000 --- a/app-text/aspell-de/aspell-de-0.1.1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# 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-text/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 - -} - |