diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-28 04:18:52 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-28 04:18:52 +0000 |
commit | df5dbac64793120bd42de7e388374590da2b5287 (patch) | |
tree | 90f06c3d21bf3f66510acc04e4f0c7084b424bb9 /app-misc/pv | |
parent | unmask baselayout-1.10 (diff) | |
download | historical-df5dbac64793120bd42de7e388374590da2b5287.tar.gz historical-df5dbac64793120bd42de7e388374590da2b5287.tar.bz2 historical-df5dbac64793120bd42de7e388374590da2b5287.zip |
change glibc to libc and clean up other horribly ugly ebuilds
Diffstat (limited to 'app-misc/pv')
-rw-r--r-- | app-misc/pv/pv-0.8.1.ebuild | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/app-misc/pv/pv-0.8.1.ebuild b/app-misc/pv/pv-0.8.1.ebuild index b1aabbe5c912..93c47aaece39 100644 --- a/app-misc/pv/pv-0.8.1.ebuild +++ b/app-misc/pv/pv-0.8.1.ebuild @@ -1,20 +1,18 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/pv/pv-0.8.1.ebuild,v 1.4 2004/06/24 22:29:27 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/pv/pv-0.8.1.ebuild,v 1.5 2004/06/28 04:08:59 vapier Exp $ DESCRIPTION="Pipe Viewer: a tool for monitoring the progress of data through a pipe" HOMEPAGE="http://www.ivarch.com/programs/pv.shtml" SRC_URI="mirror://sourceforge/pipeviewer/${P}.tar.gz" + LICENSE="Artistic" SLOT="0" -KEYWORDS="~x86 ~amd64 ~ppc" +KEYWORDS="~x86 ~ppc ~amd64" IUSE="" -DEPEND="virtual/glibc" -src_compile() { - econf || die "configure failed" - emake || die "make failed" -} +DEPEND="virtual/libc" + src_install() { make DESTDIR=${D} UNINSTALL=/bin/true install || die "install failed" } |