blob: ca475fecf695b4e53c5b571ced04fc7d63ea89ed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-im/gaim-meanwhile/gaim-meanwhile-1.2.8.ebuild,v 1.8 2007/07/12 05:34:48 mr_bones_ Exp $
DESCRIPTION="Gaim Meanwhile (Sametime protocol) Plugin"
HOMEPAGE="http://meanwhile.sourceforge.net/"
SRC_URI="mirror://sourceforge/meanwhile/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ppc64 ~sparc x86"
DEPEND="dev-util/pkgconfig
>=net-libs/meanwhile-0.5.0
=net-im/gaim-1.5.0"
IUSE=""
src_install() {
make install DESTDIR=${D} || die "Install failed"
dodoc AUTHORS ChangeLog COPYING INSTALL README
}
|