[arch-commits] Commit in log4cpp/trunk (PKGBUILD)

Lukas Jirkovsky stativ at archlinux.org
Fri Apr 13 20:46:35 UTC 2018


    Date: Friday, April 13, 2018 @ 20:46:35
  Author: stativ
Revision: 316217

upgpkg: log4cpp 1.1.3-1

libnsl rebuild

Modified:
  log4cpp/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-13 19:58:42 UTC (rev 316216)
+++ PKGBUILD	2018-04-13 20:46:35 UTC (rev 316217)
@@ -3,21 +3,20 @@
 # Contributor : Geraud Le Falher <daureg at gmail.com>
 
 pkgname=log4cpp
-pkgver=1.1.1
-pkgrel=2
+pkgver=1.1.3
+pkgrel=1
 pkgdesc="A library of C++ classes for flexible logging to files, syslog, IDSA and other destinations."
 arch=('x86_64')
 url="http://log4cpp.sourceforge.net/"
 license=('LGPL')
-depends=('gcc-libs')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('1e173df8ee97205f412ff84aa93b8fbe')
+depends=('gcc-libs' 'libnsl')
+source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('2cbbea55a5d6895c9f0116a9a9ce3afb86df383cd05c9d6c1a4238e5e5c8f51d')
 
 build() {
-	cd "$srcdir/$pkgname"
-  export CXXFLAGS="$CXXFLAGS -lpthread"
+  cd "$srcdir/$pkgname"
   ./configure --prefix=/usr --disable-doxygen --disable-dot --without-idsa
-	make
+  make
 }
 
 package() {
@@ -25,4 +24,3 @@
   make DESTDIR="$pkgdir" install
 }
 
-# vim: set ft=sh ts=2 sw=2 et:



More information about the arch-commits mailing list