[arch-commits] Commit in (qoauth qoauth/repos qoauth/trunk qoauth/trunk/PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri May 13 12:00:34 UTC 2016


    Date: Friday, May 13, 2016 @ 14:00:33
  Author: arojas
Revision: 175207

extra2community: Moving qoauth from extra to community

Added:
  qoauth/
  qoauth/repos/
  qoauth/trunk/
  qoauth/trunk/PKGBUILD

----------+
 PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

Added: qoauth/trunk/PKGBUILD
===================================================================
--- qoauth/trunk/PKGBUILD	                        (rev 0)
+++ qoauth/trunk/PKGBUILD	2016-05-13 12:00:33 UTC (rev 175207)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Peter Richard Lewis <plewis at aur.archlinux.org>
+
+pkgname=qoauth
+pkgver=1.0.1
+pkgrel=6
+pkgdesc="Support with OAuth-powered network services"
+url='http://github.com/ayoy/qoauth'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('qca-qt4')
+makedepends=('cmake' 'automoc4')
+source=("http://files.ayoy.net/qoauth/release/current/src/${pkgname}-${pkgver}-src.tar.bz2")
+md5sums=('bcb6d01e6c9a6fb22099c9e0f5889578')
+
+prepare() {
+  cd ${pkgname}-${pkgver}-src
+
+  # Install libraries in /usr/lib/
+  sed -i 's|lib64|lib|' src/src.pro
+}
+
+build() {
+  cd ${pkgname}-${pkgver}-src
+  qmake-qt4
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}-src
+  make INSTALL_ROOT="${pkgdir}" install
+}


Property changes on: qoauth/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list