# $Id: PKGBUILD 113864 2014-07-01 07:20:40Z fyan $ # Maintainer: Felix Yan # Contributor: Andrea Scarpino # Contributor: Antonio Rojas < nqn1976 @ gmail.com > pkgname=kio-mtp _commit=e891a0b78cbffada5f63eb243d42ae3952cc7719 pkgver=0.75.20140630 pkgrel=1 arch=('i686' 'x86_64') pkgdesc="Provides KIO Access to MTP devices using the mtp:/// protocol" url='https://projects.kde.org/projects/playground/base/kio-mtp' license=('GPL') depends=('kdebase-runtime' 'libmtp') makedepends=('cmake' 'automoc4' 'git') source=("git://anongit.kde.org/kio-mtp#commit=$_commit") md5sums=('SKIP') build() { mkdir build cd build cmake ../${pkgname} \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr make } package(){ cd build make DESTDIR="${pkgdir}" install }