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

Felix Yan fyan at nymeria.archlinux.org
Tue Oct 22 07:42:01 UTC 2013


    Date: Tuesday, October 22, 2013 @ 09:42:00
  Author: fyan
Revision: 98990

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 98989, google-glog/trunk/PKGBUILD)
  google-glog/repos/community-testing-x86_64/
  google-glog/repos/community-testing-x86_64/PKGBUILD
    (from rev 98989, google-glog/trunk/PKGBUILD)

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

Copied: google-glog/repos/community-testing-i686/PKGBUILD (from rev 98989, google-glog/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2013-10-22 07:42:00 UTC (rev 98990)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: Ian Yang <doit.ian at gmail.com>
+
+pkgname=google-glog
+pkgver=0.3.3
+pkgrel=2
+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')
+options=('!libtool')
+source=("http://google-glog.googlecode.com/files/glog-${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=('a6fd2c22f8996846e34c763422717c18')

Copied: google-glog/repos/community-testing-x86_64/PKGBUILD (from rev 98989, google-glog/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2013-10-22 07:42:00 UTC (rev 98990)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: Ian Yang <doit.ian at gmail.com>
+
+pkgname=google-glog
+pkgver=0.3.3
+pkgrel=2
+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')
+options=('!libtool')
+source=("http://google-glog.googlecode.com/files/glog-${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=('a6fd2c22f8996846e34c763422717c18')




More information about the arch-commits mailing list