[arch-commits] Commit in log4cplus/repos/community-x86_64 (PKGBUILD PKGBUILD)
Sven-Hendrik Haase
svenstaro at archlinux.org
Mon Aug 6 10:53:43 UTC 2018
Date: Monday, August 6, 2018 @ 10:53:42
Author: svenstaro
Revision: 369806
archrelease: copy trunk to community-x86_64
Added:
log4cplus/repos/community-x86_64/PKGBUILD
(from rev 369805, log4cplus/trunk/PKGBUILD)
Deleted:
log4cplus/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-06 10:53:33 UTC (rev 369805)
+++ PKGBUILD 2018-08-06 10:53:42 UTC (rev 369806)
@@ -1,31 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
-# Contributor: Alexey Galakhov <agalakhov at gmail dot com>
-# Contributor: Andreas Baumann <abaumann at yahoo dot com>
-
-pkgname=log4cplus
-_origver=2.0.0
-pkgver=2.0.0
-pkgrel=1
-pkgdesc="A C++ logger very close to Java's log4j"
-arch=('x86_64')
-url="http://log4cplus.sourceforge.net/"
-license=('GPL')
-depends=('gcc-libs')
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${_origver}.tar.xz")
-sha512sums=('c9aad3fc52b58c6d7a658b306c4bd62e196de2d5076022f8da94bb1609053efefe7ef7b8192925af0a264d13e89d80ff5fa9f98ecd7ead49778dd534da3ec009')
-
-build() {
- cd ${srcdir}/${pkgname}-${_origver}
-
- ./configure \
- --prefix=/usr \
- --with-working-locale
-
- make
-}
-
-package() {
- cd ${srcdir}/${pkgname}-${_origver}
-
- make install DESTDIR=$pkgdir
-}
Copied: log4cplus/repos/community-x86_64/PKGBUILD (from rev 369805, log4cplus/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-08-06 10:53:42 UTC (rev 369806)
@@ -0,0 +1,31 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
+# Contributor: Alexey Galakhov <agalakhov at gmail dot com>
+# Contributor: Andreas Baumann <abaumann at yahoo dot com>
+
+pkgname=log4cplus
+_origver=2.0.1
+pkgver=2.0.1
+pkgrel=1
+pkgdesc="A C++ logger very close to Java's log4j"
+arch=('x86_64')
+url="http://log4cplus.sourceforge.net/"
+license=('GPL')
+depends=('gcc-libs')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${_origver}.tar.xz")
+sha512sums=('68e54dfe4d48ae0eda6deac54713e6e2cee8c4d56d5a5955f8639ad47dec502b4cf13d70e950e5158d7828f27dd6b0b3f3c9b6fe1a190a05eea63e73e3a2f3c0')
+
+build() {
+ cd ${srcdir}/${pkgname}-${_origver}
+
+ ./configure \
+ --prefix=/usr \
+ --with-working-locale
+
+ make
+}
+
+package() {
+ cd ${srcdir}/${pkgname}-${_origver}
+
+ make install DESTDIR=$pkgdir
+}
More information about the arch-commits
mailing list