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

2020-07-07 Thread Felix Yan via arch-commits
Date: Tuesday, July 7, 2020 @ 16:46:01
  Author: felixonmars
Revision: 659398

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: log4cpp/repos/community-staging-x86_64/PKGBUILD (from rev 659397, 
log4cpp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-07-07 16:46:01 UTC (rev 659398)
@@ -0,0 +1,25 @@
+# Maintainer: Lukas Jirkovsky 
+# Contributor : Geraud Le Falher 
+
+pkgname=log4cpp
+pkgver=1.1.3
+pkgrel=3
+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
+}
+


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

2018-04-13 Thread Lukas Jirkovsky via arch-commits
Date: Friday, April 13, 2018 @ 20:46:44
  Author: stativ
Revision: 316218

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: log4cpp/repos/community-staging-x86_64/PKGBUILD (from rev 316217, 
log4cpp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-13 20:46:44 UTC (rev 316218)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky 
+# Contributor : Geraud Le Falher 
+
+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
+}
+