diff options
Diffstat (limited to 'net-analyzer/mbrowse/mbrowse-0.3.1.ebuild')
-rw-r--r-- | net-analyzer/mbrowse/mbrowse-0.3.1.ebuild | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/net-analyzer/mbrowse/mbrowse-0.3.1.ebuild b/net-analyzer/mbrowse/mbrowse-0.3.1.ebuild index a72a676e97c3..8586b7282f31 100644 --- a/net-analyzer/mbrowse/mbrowse-0.3.1.ebuild +++ b/net-analyzer/mbrowse/mbrowse-0.3.1.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mbrowse/mbrowse-0.3.1.ebuild,v 1.3 2004/07/10 11:49:48 eldad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mbrowse/mbrowse-0.3.1.ebuild,v 1.4 2004/09/04 23:35:55 squinky86 Exp $ + +inherit eutils DESCRIPTION="MBrowse is a graphical MIB browser" HOMEPAGE="http://www.kill-9.org/mbrowse/index.html" @@ -14,6 +16,12 @@ IUSE="" DEPEND="virtual/snmp >=x11-libs/gtk+-1.2.10" +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/0.3.1-gentoo.patch +} + src_compile() { ./configure \ --host=${CHOST} \ |