diff options
author | Jon Portnoy <avenj@gentoo.org> | 2003-09-21 20:37:23 +0000 |
---|---|---|
committer | Jon Portnoy <avenj@gentoo.org> | 2003-09-21 20:37:23 +0000 |
commit | ad3973c7a3a3323839b4e4e5914aec869be63b2f (patch) | |
tree | 33f5720bf38e82dce91c5b1b0c499789fb333516 /app-text/multitail/multitail-2.9.3.ebuild | |
parent | version bump (diff) | |
download | gentoo-2-ad3973c7a3a3323839b4e4e5914aec869be63b2f.tar.gz gentoo-2-ad3973c7a3a3323839b4e4e5914aec869be63b2f.tar.bz2 gentoo-2-ad3973c7a3a3323839b4e4e5914aec869be63b2f.zip |
version bump
Diffstat (limited to 'app-text/multitail/multitail-2.9.3.ebuild')
-rw-r--r-- | app-text/multitail/multitail-2.9.3.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/app-text/multitail/multitail-2.9.3.ebuild b/app-text/multitail/multitail-2.9.3.ebuild new file mode 100644 index 000000000000..88cd6bf8fbe3 --- /dev/null +++ b/app-text/multitail/multitail-2.9.3.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/multitail/multitail-2.9.3.ebuild,v 1.1 2003/09/21 20:37:20 avenj Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="Tail with multiple windows." +HOMEPAGE="http://www.vanheusden.com/multitail/index.html" +KEYWORDS="~x86" +SRC_URI="http://www.vanheusden.com/multitail/${P}.tgz" +LICENSE="GPL-2" +SLOT="0" + +IUSE="" +DEPEND="" + +src_compile() { + make all || die +} + +src_install () { + dobin multitail + dodoc INSTALL license.txt readme.txt + doman multitail.1 +} |