summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/aspell-de/aspell-de-0.1.1.ebuild')
-rw-r--r--app-text/aspell-de/aspell-de-0.1.1.ebuild28
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
-
-}
-