summaryrefslogtreecommitdiff
blob: 5313b144aec16a7ae797d05642fed0eddfc855d9 (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
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-themes/psi-themes/psi-themes-0.8.7.ebuild,v 1.3 2003/02/13 17:44:33 vapier Exp $

SRC_URI="http://psi.sourceforge.net/files/common/iconsets/beos/beos.zip
	http://psi.sourceforge.net/files/common/iconsets/cosmic/cosmic.zip
	http://psi.sourceforge.net/files/common/iconsets/gabber/gabber.zip
	http://psi.sourceforge.net/files/common/iconsets/icq2/icq2.zip
	http://psi.sourceforge.net/files/common/iconsets/licq/licq.zip
	http://psi.sourceforge.net/files/common/iconsets/mike/mike.zip
	http://psi.sourceforge.net/files/common/iconsets/smiley/smiley.zip"
DESCRIPTION="Iconsets for Psi, a QT 3.x Jabber Client"
HOMEPAGE="http://psi.affinix.com/"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 ppc"

DEPEND=">=net-im/psi-0.8.7
	app-arch/unzip"

S=${WORKDIR}

src_install() {
	dodir /usr/share/psi/iconsets
	mv * ${D}/usr/share/psi/iconsets/
}