[arch-commits] Commit in lwqq/repos (4 files)

Felix Yan fyan at nymeria.archlinux.org
Thu Apr 17 11:14:59 UTC 2014


    Date: Thursday, April 17, 2014 @ 13:14:59
  Author: fyan
Revision: 109651

archrelease: copy trunk to community-i686, community-x86_64

Added:
  lwqq/repos/community-i686/
  lwqq/repos/community-i686/PKGBUILD
    (from rev 109650, lwqq/trunk/PKGBUILD)
  lwqq/repos/community-x86_64/
  lwqq/repos/community-x86_64/PKGBUILD
    (from rev 109650, lwqq/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   29 +++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   29 +++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

Copied: lwqq/repos/community-i686/PKGBUILD (from rev 109650, lwqq/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-04-17 11:14:59 UTC (rev 109651)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+
+pkgname=lwqq
+pkgver=0.2.4.20140417
+#_gitver="tag=$pkgver"
+_gitver='commit=afe08eef972aaabff5c043a72af0b63e2bb23f2d'
+pkgrel=1
+pkgdesc="A library for webqq protocol"
+arch=('i686' 'x86_64')
+url="https://github.com/xiehuc/lwqq"
+license=('GPL3')
+depends=('curl' 'libev' 'js17' 'sqlite')
+makedepends=('git' 'cmake')
+source=("git://github.com/xiehuc/lwqq.git#$_gitver")
+
+build() {
+  cd $pkgname
+  
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}
+
+sha512sums=('SKIP')

Copied: lwqq/repos/community-x86_64/PKGBUILD (from rev 109650, lwqq/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-04-17 11:14:59 UTC (rev 109651)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+
+pkgname=lwqq
+pkgver=0.2.4.20140417
+#_gitver="tag=$pkgver"
+_gitver='commit=afe08eef972aaabff5c043a72af0b63e2bb23f2d'
+pkgrel=1
+pkgdesc="A library for webqq protocol"
+arch=('i686' 'x86_64')
+url="https://github.com/xiehuc/lwqq"
+license=('GPL3')
+depends=('curl' 'libev' 'js17' 'sqlite')
+makedepends=('git' 'cmake')
+source=("git://github.com/xiehuc/lwqq.git#$_gitver")
+
+build() {
+  cd $pkgname
+  
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}
+
+sha512sums=('SKIP')




More information about the arch-commits mailing list