summaryrefslogtreecommitdiff
path: root/sys-auth/pam-face-authentication/pam-face-authentication-0.3.ebuild
blob: c6b29e8fbe3dce1805f178e325f9c5ec28012a26 (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
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="3"

inherit cmake-utils

DESCRIPTION="This is Pluggable Authentication Module for Face based Authentication"
HOMEPAGE="http://code.google.com/p/pam-face-authentication/"
SRC_URI="http://pam-face-authentication.googlecode.com/files/${P}.tar.gz"

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

DEPEND=">=sys-libs/pam-0.99.8
        >=media-libs/opencv-1.0.0
        >=sci-libs/gsl-1.9"
RDEPEND="${DEPEND}"

src_prepare() {
	sed -i 's:/kde/4::g' CMakeLists.txt
}