diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 13:48:39 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 13:48:39 +0000 |
commit | 560e9c9d3c373d57d3649dceb60ecfb92f074980 (patch) | |
tree | fcf11bad444b57b2ff51ce5b39142ae0bba9ea05 /app-admin/xtail | |
parent | fix badmask (diff) | |
download | gentoo-2-560e9c9d3c373d57d3649dceb60ecfb92f074980.tar.gz gentoo-2-560e9c9d3c373d57d3649dceb60ecfb92f074980.tar.bz2 gentoo-2-560e9c9d3c373d57d3649dceb60ecfb92f074980.zip |
repoman'd
Diffstat (limited to 'app-admin/xtail')
-rw-r--r-- | app-admin/xtail/xtail-2.1.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app-admin/xtail/xtail-2.1.ebuild b/app-admin/xtail/xtail-2.1.ebuild index 0a56a2f22ea8..a27afa6a117c 100644 --- a/app-admin/xtail/xtail-2.1.ebuild +++ b/app-admin/xtail/xtail-2.1.ebuild @@ -1,24 +1,24 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-admin/xtail/xtail-2.1.ebuild,v 1.3 2002/07/17 20:43:18 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/xtail/xtail-2.1.ebuild,v 1.4 2002/07/25 13:48:39 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Tail multiple logfiles at once, even if rotated." SRC_URI="http://www.unicom.com/sw/xtail/${P}.tar.gz" -SLOT="0" HOMEPAGE="http://www.unicom.com/sw/xtail/" +SLOT="0" +LICENSE="as-is" +KEYWORDS="x86" + DEPEND="virtual/glibc" src_compile() { - ./configure --prefix=/usr \ - --host=${CHOST} \ - --mandir=/usr/share/man || die + econf || die emake || die } src_install () { - into /usr doman xtail.1 dobin xtail dodoc README |