summaryrefslogtreecommitdiff
blob: 3378ed503705e21ae55638723690ea41fcb9dfb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit eutils

DESCRIPTION="Archive all your buddies's icons."
HOMEPAGE="http://gaim-album.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"

SLOT=0
LICENSE="GPL-2"
KEYWORDS="~x86"
IUSE=""

RDEPEND=">=x11-libs/gtk+-2.4
	net-im/gaim"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"

src_unpack() {
	unpack ${A}
	cd "${S}"
	epatch "${FILESDIR}/gaim-album-1.1-all-users-install.patch"
}

src_install() {
	emake install DESTDIR="${D}" || die "emake install failed"
	dodoc COPYRIGHT ChangeLog README TODO
}