summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/ccze/ccze-0.2.1.ebuild')
-rw-r--r--app-admin/ccze/ccze-0.2.1.ebuild14
1 files changed, 5 insertions, 9 deletions
diff --git a/app-admin/ccze/ccze-0.2.1.ebuild b/app-admin/ccze/ccze-0.2.1.ebuild
index 2fa84e134324..a73262c5c63b 100644
--- a/app-admin/ccze/ccze-0.2.1.ebuild
+++ b/app-admin/ccze/ccze-0.2.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/ccze/ccze-0.2.1.ebuild,v 1.4 2003/09/07 22:18:32 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/ccze/ccze-0.2.1.ebuild,v 1.5 2004/03/12 06:25:19 mr_bones_ Exp $
DESCRIPTION="A flexible and fast logfile colorizer"
HOMEPAGE="http://bonehunter.rulez.org/CCZE.html"
@@ -9,17 +9,13 @@ SRC_URI="ftp://bonehunter.rulez.org/pub/ccze/stable/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 sparc"
+IUSE=""
DEPEND="virtual/glibc
sys-libs/ncurses
dev-libs/libpcre"
-src_compile() {
- econf || die
- emake || die
-}
-
src_install() {
- make DESTDIR=${D} install || die
- dodoc AUTHORS ChangeLog ChangeLog-0.1 NEWS THANKS COPYING INSTALL README TODO
+ make DESTDIR="${D}" install || die "make install failed"
+ dodoc AUTHORS ChangeLog ChangeLog-0.1 NEWS THANKS INSTALL README TODO
}