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

Felix Yan fyan at archlinux.org
Thu Mar 19 10:11:20 UTC 2015


    Date: Thursday, March 19, 2015 @ 11:11:20
  Author: fyan
Revision: 129562

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

Added:
  google-glog/repos/community-testing-i686/
  google-glog/repos/community-testing-i686/PKGBUILD
    (from rev 129561, google-glog/trunk/PKGBUILD)
  google-glog/repos/community-testing-x86_64/
  google-glog/repos/community-testing-x86_64/PKGBUILD
    (from rev 129561, google-glog/trunk/PKGBUILD)

-----------------------------------+
 community-testing-i686/PKGBUILD   |   33 +++++++++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 2 files changed, 66 insertions(+)

Copied: google-glog/repos/community-testing-i686/PKGBUILD (from rev 129561, google-glog/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2015-03-19 10:11:20 UTC (rev 129562)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Ian Yang <doit.ian at gmail.com>
+
+pkgname=google-glog
+pkgver=0.3.4
+pkgrel=1
+pkgdesc="Logging library for C++"
+arch=('i686' 'x86_64')
+license=('custom:BSD3')
+url="http://code.google.com/p/google-glog/"
+depends=('gcc-libs')
+makedepends=('make' 'gcc')
+source=("glog-$pkgver::https://github.com/google/glog/archive/v$pkgver.tar.gz")
+
+build() {
+  cd "$srcdir/glog-${pkgver}"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/glog-${pkgver}"
+  make DESTDIR="$pkgdir" install
+
+  # Lazy way of dealing with conflicting man and info pages...
+  rm -rf "${pkgdir}/usr/share"
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+md5sums=('df92e05c9d02504fb96674bc776a41cb')

Copied: google-glog/repos/community-testing-x86_64/PKGBUILD (from rev 129561, google-glog/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2015-03-19 10:11:20 UTC (rev 129562)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Ian Yang <doit.ian at gmail.com>
+
+pkgname=google-glog
+pkgver=0.3.4
+pkgrel=1
+pkgdesc="Logging library for C++"
+arch=('i686' 'x86_64')
+license=('custom:BSD3')
+url="http://code.google.com/p/google-glog/"
+depends=('gcc-libs')
+makedepends=('make' 'gcc')
+source=("glog-$pkgver::https://github.com/google/glog/archive/v$pkgver.tar.gz")
+
+build() {
+  cd "$srcdir/glog-${pkgver}"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/glog-${pkgver}"
+  make DESTDIR="$pkgdir" install
+
+  # Lazy way of dealing with conflicting man and info pages...
+  rm -rf "${pkgdir}/usr/share"
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+md5sums=('df92e05c9d02504fb96674bc776a41cb')



More information about the arch-commits mailing list