From 29883fd322e5c6464bf44e9eaa31b17790461bd0 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 18 Feb 2013 00:08:26 -0800 Subject: Mon Feb 18 00:08:22 PST 2013 --- community/kio-mtp/PKGBUILD | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 community/kio-mtp/PKGBUILD (limited to 'community/kio-mtp') diff --git a/community/kio-mtp/PKGBUILD b/community/kio-mtp/PKGBUILD new file mode 100644 index 000000000..ebc1beec7 --- /dev/null +++ b/community/kio-mtp/PKGBUILD @@ -0,0 +1,29 @@ +# $Id: PKGBUILD 84393 2013-02-17 21:44:19Z andrea $ +# Maintainer: Andrea Scarpino +# Contributor: Antonio Rojas < nqn1976 @ gmail.com > + +pkgname=kio-mtp +pkgver=0.70 +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') +source=("ftp://ftp.archlinux.org/other/community/${pkgname}-${pkgver}.tar.xz") +md5sums=('1b4670e938acedcf565ef23cea66890e') + +build() { + mkdir build + cd build + cmake ../${pkgname}-${pkgver} \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr + make +} + +package(){ + cd build + make DESTDIR="${pkgdir}" install +} -- cgit v1.2.3-54-g00ecf