diff options
author | Jerry Alexandratos <jerry@gentoo.org> | 2001-07-05 06:16:11 +0000 |
---|---|---|
committer | Jerry Alexandratos <jerry@gentoo.org> | 2001-07-05 06:16:11 +0000 |
commit | dac0a1ffe236e02ca4ffdb17f8ea674aba41f704 (patch) | |
tree | 209cf1521e2a4df7d83b1c89d090a473acf1942f /x11-terms/root-tail | |
parent | New version of t1lib (diff) | |
download | gentoo-2-dac0a1ffe236e02ca4ffdb17f8ea674aba41f704.tar.gz gentoo-2-dac0a1ffe236e02ca4ffdb17f8ea674aba41f704.tar.bz2 gentoo-2-dac0a1ffe236e02ca4ffdb17f8ea674aba41f704.zip |
Import of root-tail into portage tree.
Diffstat (limited to 'x11-terms/root-tail')
-rw-r--r-- | x11-terms/root-tail/files/digest-root-tail-0.0.10 | 1 | ||||
-rw-r--r-- | x11-terms/root-tail/root-tail-0.0.10.ebuild | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/x11-terms/root-tail/files/digest-root-tail-0.0.10 b/x11-terms/root-tail/files/digest-root-tail-0.0.10 new file mode 100644 index 000000000000..e835b2bbb41a --- /dev/null +++ b/x11-terms/root-tail/files/digest-root-tail-0.0.10 @@ -0,0 +1 @@ +MD5 ab335fdadbe51f093a911728e54ae95d root-tail-0.0.10.tar.gz diff --git a/x11-terms/root-tail/root-tail-0.0.10.ebuild b/x11-terms/root-tail/root-tail-0.0.10.ebuild new file mode 100644 index 000000000000..3c2238b3556a --- /dev/null +++ b/x11-terms/root-tail/root-tail-0.0.10.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Jerry A! <jerry@gentoo.org> +# /home/cvsroot/gentoo-x86/x11-terms/aterm/,v 1.2 2001/02/15 18:17:31 achim Exp + +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="Terminal to display (multiple) log files on the root window" +SRC_URI="http://www.goof.com/pcg/marc/data/${A}" +HOMEPAGE="http://www.goof.com/pcg/marc/root-tail.html" + +DEPEND="virtual/glibc + virtual/x11" + +src_compile() { + try xmkmf -a + try make +} + +src_install() { + try make DESTDIR=${D} install install.man +} |