[arch-commits] Commit in log4cpp/repos/community-x86_64 (PKGBUILD PKGBUILD)

Christian Hesse eworm at archlinux.org
Wed Oct 9 10:10:35 UTC 2019


    Date: Wednesday, October 9, 2019 @ 10:10:35
  Author: eworm
Revision: 514338

archrelease: copy trunk to community-x86_64

Added:
  log4cpp/repos/community-x86_64/PKGBUILD
    (from rev 514337, log4cpp/trunk/PKGBUILD)
Deleted:
  log4cpp/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   51 +++++++++++++++++++++++++--------------------------
 1 file changed, 25 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-09 10:10:33 UTC (rev 514337)
+++ PKGBUILD	2019-10-09 10:10:35 UTC (rev 514338)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky <l.jirkovsky at gmail.com>
-# Contributor : Geraud Le Falher <daureg at gmail.com>
-
-pkgname=log4cpp
-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' 'libnsl')
-source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('2cbbea55a5d6895c9f0116a9a9ce3afb86df383cd05c9d6c1a4238e5e5c8f51d')
-
-build() {
-  cd "$srcdir/$pkgname"
-  ./configure --prefix=/usr --disable-doxygen --disable-dot --without-idsa
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-  make DESTDIR="$pkgdir" install
-}
-

Copied: log4cpp/repos/community-x86_64/PKGBUILD (from rev 514337, log4cpp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-10-09 10:10:35 UTC (rev 514338)
@@ -0,0 +1,25 @@
+# Maintainer: Lukas Jirkovsky <l.jirkovsky at gmail.com>
+# Contributor : Geraud Le Falher <daureg at gmail.com>
+
+pkgname=log4cpp
+pkgver=1.1.3
+pkgrel=2
+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' 'libnsl')
+source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('2cbbea55a5d6895c9f0116a9a9ce3afb86df383cd05c9d6c1a4238e5e5c8f51d')
+
+build() {
+  cd "$srcdir/$pkgname"
+  ./configure --prefix=/usr --disable-doxygen --disable-dot --without-idsa
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  make DESTDIR="$pkgdir" install
+}
+



More information about the arch-commits mailing list