# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="botnet is a helper-library for writing IRC bots" HOMEPAGE="http://zekiller.skytech.org/" SRC_URI="http://zekiller.skytech.org/fichiers/botnet/${PF}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64" IUSE="" DEPEND="" RDEPEND="" src_install() { DESTDIR="${D}" make install }