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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sat Dec 5 15:51:34 UTC 2015


    Date: Saturday, December 5, 2015 @ 16:51:34
  Author: bpiotrowski
Revision: 148512

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

Added:
  log4cpp/repos/community-staging-i686/
  log4cpp/repos/community-staging-i686/PKGBUILD
    (from rev 148511, log4cpp/trunk/PKGBUILD)
  log4cpp/repos/community-staging-x86_64/
  log4cpp/repos/community-staging-x86_64/PKGBUILD
    (from rev 148511, log4cpp/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   28 ++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   28 ++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

Copied: log4cpp/repos/community-staging-i686/PKGBUILD (from rev 148511, log4cpp/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-05 15:51:34 UTC (rev 148512)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky <l.jirkovsky at gmail.com>
+# Contributor : Geraud Le Falher <daureg at gmail.com>
+
+pkgname=log4cpp
+pkgver=1.1.1
+pkgrel=2
+pkgdesc="A library of C++ classes for flexible logging to files, syslog, IDSA and other destinations."
+arch=('i686' 'x86_64')
+url="http://log4cpp.sourceforge.net/"
+license=('LGPL')
+depends=('gcc-libs')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('1e173df8ee97205f412ff84aa93b8fbe')
+
+build() {
+	cd "$srcdir/$pkgname"
+  export CXXFLAGS="$CXXFLAGS -lpthread"
+  ./configure --prefix=/usr --disable-doxygen --disable-dot --without-idsa
+	make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim: set ft=sh ts=2 sw=2 et:

Copied: log4cpp/repos/community-staging-x86_64/PKGBUILD (from rev 148511, log4cpp/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-05 15:51:34 UTC (rev 148512)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky <l.jirkovsky at gmail.com>
+# Contributor : Geraud Le Falher <daureg at gmail.com>
+
+pkgname=log4cpp
+pkgver=1.1.1
+pkgrel=2
+pkgdesc="A library of C++ classes for flexible logging to files, syslog, IDSA and other destinations."
+arch=('i686' 'x86_64')
+url="http://log4cpp.sourceforge.net/"
+license=('LGPL')
+depends=('gcc-libs')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('1e173df8ee97205f412ff84aa93b8fbe')
+
+build() {
+	cd "$srcdir/$pkgname"
+  export CXXFLAGS="$CXXFLAGS -lpthread"
+  ./configure --prefix=/usr --disable-doxygen --disable-dot --without-idsa
+	make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim: set ft=sh ts=2 sw=2 et:



More information about the arch-commits mailing list