# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="Mars-nwe ipx routed" SRC_URI="ftp://www.compu-art.de/mars_nwe/mars_nwe-0.99.pl20.tgz" HOMEPAGE="" KEYWORDS="x86" #SLOT="0" LICENSE="GPL-2" IUSE="" DEPEND="virtual/libc" RDEPEND="virtual/libc net-misc/ipx-utils net-fs/ncpfs" src_unpack() { unpack mars_nwe-0.99.pl20.tgz epatch ${FILESDIR}/${P}.patch } src_compile() { cd ${WORKDIR}/mars_nwe make rmeflag make mk.li make config.h make nw.ini make routed } src_install() { dodir /etc/conf.d dodir /usr/sbin into /usr dosbin ${WORKDIR}/mars_nwe/nwrouted insinto /usr/share/doc/${PF} doins ${WORKDIR}/mars_nwe/doc/INSTALL doins ${WORKDIR}/mars_nwe/doc/README doins ${WORKDIR}/mars_nwe/doc/mars_nwe.lsm exeinto /etc/init.d; newexe ${WORKDIR}/mars_nwe/examples/nwrouted.init nwrouted insinto /etc/conf.d; newins ${WORKDIR}/mars_nwe/nw.ini nwroute }