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

EAPI="2"
inherit cmake-utils flag-o-matic

DESCRIPTION="PerceptualDiff is an image comparison utility that makes use of a computational model of the human visual system to compare two images."
HOMEPAGE="http://http://pdiff.sourceforge.net/"
SRC_URI="mirror://sourceforge/pdiff/pdiff/perceptualdiff-${PV}/perceptualdiff-${PV}-src.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

RDEPEND=""
DEPEND="${RDEPEND}"

PATCHES=( "${FILESDIR}/${PF}-cstdio.patch" )

S=${WORKDIR}

#src_install() {
#${CMAKE_BUILD_DIR}
#}