# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 inherit eutils DESCRIPTION="pidgin-autoresize" HOMEPAGE="http://raoulito.info/pidgin_autoresize" SRC_URI="http://raoulito.info/pidgin_autoresize/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="net-im/pidgin" DEPEND="${RDEPEND} dev-util/pkgconfig" src_compile() { econf || die "econf failed" emake || die "emake failed" } src_install() { make DESTDIR="${D}" install || die }