# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-misc/arpd/arpd-0.2.ebuild,v 1.12 2005/05/18 20:10:55 swegener Exp $ inherit eutils DESCRIPTION="Netsukuku" HOMEPAGE="http://netsukuku.freaknet.org/" SRC_URI="http://puzzle.dl.sourceforge.net/sourceforge/edumips64/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=" " S= ${WORKDIR}/${P} src_unpack() { unpack ${A} } src_compile() { ant } src_install() { make install DESTDIR=${D} || die }