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 | 4deecf90b67d2003da45a8e3d8dbcf2a28a6046d (patch) | |
tree | da482246517bb33cd517cb7cf4759d9a65bf9984 /app-admin/xtail | |
parent | fix badmask (diff) | |
download | historical-4deecf90b67d2003da45a8e3d8dbcf2a28a6046d.tar.gz historical-4deecf90b67d2003da45a8e3d8dbcf2a28a6046d.tar.bz2 historical-4deecf90b67d2003da45a8e3d8dbcf2a28a6046d.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 |