# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 DESCRIPTION="ANTS Load Balancing System" SRC_URI="http://unthought.net/antsd/antsd-${PV}.tar.gz" HOMEPAGE="http://unthought.net/antsd/" IUSE="" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86" DEPEND="virtual/glibc" S=${WORKDIR}/ants-${PV} src_compile() { econf --enable-optimize --disable-debug --disable-gnome || die emake || die } src_install () { einstall || die exeinto /etc/init.d newexe ${FILESDIR}/antsd antsd }