summaryrefslogtreecommitdiff
path: root/community/kio-mtp
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/kio-mtp
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/kio-mtp')
-rw-r--r--community/kio-mtp/PKGBUILD29
1 files changed, 0 insertions, 29 deletions
diff --git a/community/kio-mtp/PKGBUILD b/community/kio-mtp/PKGBUILD
deleted file mode 100644
index 010938ead..000000000
--- a/community/kio-mtp/PKGBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# $Id: PKGBUILD 86399 2013-03-16 10:03:49Z fyan $
-# Maintainer: Andrea Scarpino <andrea@archlinux.org>
-# Contributor: Antonio Rojas < nqn1976 @ gmail.com >
-
-pkgname=kio-mtp
-pkgver=0.75
-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=("$pkgname-$pkgver.tar.gz::http://quickgit.kde.org/?p=kio-mtp.git&a=snapshot&h=7de86bae3623192eb468772bb187f6afffc03fe0&fmt=tgz")
-
-build() {
- mkdir build
- cd build
- cmake ../${pkgname} \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package(){
- cd build
- make DESTDIR="${pkgdir}" install
-}
-md5sums=('813d9de196ce969b84a14f68e1b320b9')