blob: 3894fd45ec97d10613b2154f02facf16ffac46fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=4
DESCRIPTION="ICC color profiles by OpenICC"
HOMEPAGE="https://www.freedesktop.org/wiki/OpenIcc/ProfilePackages"
SRC_URI="mirror://sourceforge/openicc/OpenICC-Profiles/${P}.tar.bz2"
LICENSE="ZLIB"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
|