[arch-commits] Commit in log4cpp/repos (4 files)
Lukas Jirkovsky
stativ at nymeria.archlinux.org
Thu Dec 19 14:04:48 UTC 2013
Date: Thursday, December 19, 2013 @ 15:04:47
Author: stativ
Revision: 102767
archrelease: copy trunk to community-i686, community-x86_64
Added:
log4cpp/repos/community-i686/PKGBUILD
(from rev 102766, log4cpp/trunk/PKGBUILD)
log4cpp/repos/community-x86_64/PKGBUILD
(from rev 102766, log4cpp/trunk/PKGBUILD)
Deleted:
log4cpp/repos/community-i686/PKGBUILD
log4cpp/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 56 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 27 ---------------------
community-x86_64/PKGBUILD | 27 ---------------------
3 files changed, 56 insertions(+), 54 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2013-12-19 14:04:41 UTC (rev 102766)
+++ community-i686/PKGBUILD 2013-12-19 14:04:47 UTC (rev 102767)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky <l.jirkovsky at gmail.com>
-# Contributor : Geraud Le Falher <daureg at gmail.com>
-
-pkgname=log4cpp
-pkgver=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=('b9ef6244baa5e5e435f35e0b9474b35d')
-
-build() {
- cd "$srcdir/$pkgname"
- ./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-i686/PKGBUILD (from rev 102766, log4cpp/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-19 14:04:47 UTC (rev 102767)
@@ -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=1
+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:
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2013-12-19 14:04:41 UTC (rev 102766)
+++ community-x86_64/PKGBUILD 2013-12-19 14:04:47 UTC (rev 102767)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky <l.jirkovsky at gmail.com>
-# Contributor : Geraud Le Falher <daureg at gmail.com>
-
-pkgname=log4cpp
-pkgver=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=('b9ef6244baa5e5e435f35e0b9474b35d')
-
-build() {
- cd "$srcdir/$pkgname"
- ./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-x86_64/PKGBUILD (from rev 102766, log4cpp/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2013-12-19 14:04:47 UTC (rev 102767)
@@ -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=1
+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