21 lines
576 B
Bash
21 lines
576 B
Bash
# Copyright 1999-2012 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/x11-themes/claws-mail-themes/claws-mail-themes-20120129.ebuild,v 1.3 2012/12/27 22:37:52 fauli Exp $
|
|
|
|
DESCRIPTION="Iconsets for Claws Mail"
|
|
HOMEPAGE="http://www.claws-mail.org/"
|
|
SRC_URI="http://www.claws-mail.org/themes/${P}.tar.gz"
|
|
|
|
RESTRICT="mirror"
|
|
LICENSE="as-is"
|
|
SLOT="0"
|
|
KEYWORDS="alpha amd64 ppc ppc64 x86"
|
|
IUSE=""
|
|
|
|
RDEPEND="mail-client/claws-mail"
|
|
DEPEND=""
|
|
|
|
src_install(){
|
|
insinto /usr/share/claws-mail/themes
|
|
doins -r *
|
|
}
|