summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 8e781c182eff4f6f7e71dba1ddb576dbcec9b6c4 (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
27
# Maintainer: robertfoster
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Dylon Edwards <deltaecho@archlinux.us>

pkgname=kcm_webcam
pkgver=0.2.2.1
pkgrel=2
url="http://kde-apps.org/content/show.php/KCM+webcam+support+?content=119405"
pkgdesc="A modified version of Password & User Account section"
license=('GPL2')
arch=('i686' 'x86_64')
depends=('kdelibs' 'opencv')
makedepends=('cmake' 'automoc4')
source=("http://kde-apps.org/CONTENT/content-files/119405-kcm.tar.gz")

build(){	
  cd ${srcdir}/kcm
  cmake -DCMAKE_INSTALL_PREFIX=/usr \
    -DCMAKE_BUILD_TYPE=Release
  make
}

package(){
  cd ${srcdir}/kcm
  make DESTDIR="${pkgdir}" install
}
md5sums=('9c00bbdd5a9857c1d98cc2b29bccd6c6')