summaryrefslogtreecommitdiff
blob: 18e735ee7ede7637d4a0877b1f2b7ced4c1d5501 (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
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

DESCRIPTION="Icon theme from Ubuntu"
HOMEPAGE="https://launchpad.net/products/human-icon-theme"
SRC_URI="http://librarian.launchpad.net/4921060/${PN}_${PV}.orig.tar.gz"

LICENSE="CCPL-Attribution-ShareAlike-2.5"
SLOT="0"
KEYWORDS="~x86"
IUSE="png"

DEPEND=">=x11-misc/icon-naming-utils-0.7.0"
RDEPEND=">=x11-misc/icon-naming-utils-0.7.0"

src_compile() {
	econf $(use_enable png png-creation) || die "econf failed"
	emake || die "emake failed"
}

src_install() {
	einstall
}