# Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="Pidgin Birthday Reminder reminds you of your buddies birthdays. Birthdays can be set by hand or be automatically filled-in for ICQ, MSN and XMPP protocols. " HOMEPAGE="https://sourceforge.net/projects/pidgin-birthday" SRC_URI="mirror://sourceforge/pidgin-birthday/${PN}-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" RDEPEND="=net-im/pidgin-2*" src_compile() { cd ${PN} econf || die "Configuration fail" emake || die "Make fail" } src_install() { cd ${PN} emake install DESTDIR=${D} dodoc AUTHORS ChangeLog COPYING INSTALL prepallstrip }