diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 13:17:40 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 13:17:40 +0000 |
commit | 08667038740bb970d0f38f33bac858712b6fc714 (patch) | |
tree | 6f8baa9a3eb292edd61241350c26d6ccbacb742f /app-admin/procinfo/procinfo-18.ebuild | |
parent | repoman'd (diff) | |
download | gentoo-2-08667038740bb970d0f38f33bac858712b6fc714.tar.gz gentoo-2-08667038740bb970d0f38f33bac858712b6fc714.tar.bz2 gentoo-2-08667038740bb970d0f38f33bac858712b6fc714.zip |
repoman'd
Diffstat (limited to 'app-admin/procinfo/procinfo-18.ebuild')
-rw-r--r-- | app-admin/procinfo/procinfo-18.ebuild | 32 |
1 files changed, 15 insertions, 17 deletions
diff --git a/app-admin/procinfo/procinfo-18.ebuild b/app-admin/procinfo/procinfo-18.ebuild index 95b1d37639f0..7156d5cbcea2 100644 --- a/app-admin/procinfo/procinfo-18.ebuild +++ b/app-admin/procinfo/procinfo-18.ebuild @@ -1,34 +1,32 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. +# 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/procinfo/procinfo-18.ebuild,v 1.5 2002/07/17 20:43:17 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/procinfo/procinfo-18.ebuild,v 1.6 2002/07/25 13:17:40 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="A utility to prettyprint /proc/*" SRC_URI="ftp://ftp.cistron.nl/pub/people/svm/${P}.tar.gz" -SLOT="0" HOMEPAGE="ftp://ftp.cistron.nl/pub/people/svm/" -LICENSE="GPL-2" -DEPEND="virtual/glibc - sys-libs/ncurses" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 ppc" +DEPEND="sys-libs/ncurses" RDEPEND="sys-devel/perl" -KEYWORDS="x86 ppc" - src_compile() { - # -ltermcap is default and isn't available in gentoo - # but -lncurses works just as good - emake LDLIBS=-lncurses || die + # -ltermcap is default and isn't available in gentoo + # but -lncurses works just as good + emake LDLIBS=-lncurses || die } src_install () { - dobin procinfo - newbin lsdev.pl lsdev - newbin socklist.pl socklist - - doman *.8 - dodoc README CHANGES + dobin procinfo + newbin lsdev.pl lsdev + newbin socklist.pl socklist + + doman *.8 + dodoc README CHANGES } |