[arch-commits] Commit in (kio-mtp kio-mtp/repos kio-mtp/trunk kio-mtp/trunk/PKGBUILD)
Andrea Scarpino
andrea at nymeria.archlinux.org
Sun Feb 17 21:39:09 UTC 2013
Date: Sunday, February 17, 2013 @ 22:39:09
Author: andrea
Revision: 84392
Move kio-mtp from AUR
Added:
kio-mtp/
kio-mtp/repos/
kio-mtp/trunk/
kio-mtp/trunk/PKGBUILD
----------+
PKGBUILD | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
Added: kio-mtp/trunk/PKGBUILD
===================================================================
--- kio-mtp/trunk/PKGBUILD (rev 0)
+++ kio-mtp/trunk/PKGBUILD 2013-02-17 21:39:09 UTC (rev 84392)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# 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
+}
Property changes on: kio-mtp/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
More information about the arch-commits
mailing list