# Contributor: Your Name pkgname=kdm-plugin-pam-face-authentication pkgver=0.2 pkgrel=1 pkgdesc="PAM face auth - KDM plugin" arch=('i686' 'x86_64') url="http://code.google.com/p/pam-face-authentication" license=('GPL') #groups=() depends=('kdebase-workspace' 'pam-face-authentication') makedepends=('cmake' 'automoc4') #provides=() #conflicts=() #replaces=() #backup=() #install= source=(http://pam-face-authentication.googlecode.com/files/$pkgname-$pkgver.tar.gz) #noextract=() sha1sums=('48c75b9bece397cb16688b6d84e9959df56c6185') build() { cd "$srcdir/$pkgname-$pkgver" cmake -D CMAKE_INSTALL_PREFIX=/usr/ . || return 1 make || return 1 make DESTDIR="$pkgdir/" install }