diff options
Diffstat (limited to 'app-misc/regex-markup/regex-markup-0.9.0.ebuild')
-rw-r--r-- | app-misc/regex-markup/regex-markup-0.9.0.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/app-misc/regex-markup/regex-markup-0.9.0.ebuild b/app-misc/regex-markup/regex-markup-0.9.0.ebuild new file mode 100644 index 000000000000..d9ea53694e7d --- /dev/null +++ b/app-misc/regex-markup/regex-markup-0.9.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/regex-markup/regex-markup-0.9.0.ebuild,v 1.1 2003/10/12 20:17:01 zul Exp $ + +DESCRIPTION="A tool to color syslog files as well" +SRC_URI="http://www.student.lu.se/~nbi98oli/src/${P}.tar.gz" +HOMEPAGE="http://www.student.lu.se/~nbi98oli" + +SLOT="0" +KEYWORDS="~x86" +LICENSE="GPL-2" + +DEPEND="virtual/glibc" +RDEPEND="" +IUSE="" + +S="${WORKDIR}/${P}" + +src_compile() +{ + econf || die + emake || die +} + +src_install () { + make DESTDIR=${D} install || die + dodoc AUTHORS ChangeLog COPYING INSTALL NEWS README TODO +} |