Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c52578800897fbe378f9d280ce3ef722888f9b70
commit c52578800897fbe378f9d280ce3ef722888f9b70 Author: DeX77 <[email protected]> Date: Tue Jan 1 19:03:32 2013 +0100 pam-face-authentication-0.3-1-x86_64 * new package: pam-face-authentication diff --git a/source/lib-extra/pam-face-authentication/FrugalBuild b/source/lib-extra/pam-face-authentication/FrugalBuild new file mode 100644 index 0000000..869cdeb --- /dev/null +++ b/source/lib-extra/pam-face-authentication/FrugalBuild @@ -0,0 +1,21 @@ +# Compiling Time: 1.03 SBU +# Maintainer: DeX77 <[email protected]> + +pkgname=pam-face-authentication +pkgver=0.3 +pkgrel=1 +pkgdesc="PAM Module for face authentication" +groups=('lib-extra') +archs=('i686' 'x86_64') +depends=('pam' 'opencv' 'libqtcore') +Finclude googlecode cmake +sha1sums=('e341462a2b4dee9bf1d731250096a1f57c033147') + +build() { + Fcd + rm -rf cmake/modules/FindOpenCV.cmake || Fdie + Fsed 'OPENCV_LIBRARIES' 'OpenCV_LIBS' CMakeLists.txt + CMake_build +} + +# optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
