mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
testing/log4cplus: upgrade to 1.2.1
This commit is contained in:
parent
3d528f8cb4
commit
c0046c8362
@ -1,13 +1,13 @@
|
||||
# Contributor:
|
||||
# Maintainer:
|
||||
pkgname=log4cplus
|
||||
pkgver=1.2.1_rc2
|
||||
pkgver=1.2.1
|
||||
pkgrel=0
|
||||
_ver=${pkgver%%_rc*}
|
||||
_rc=${pkgver##*_rc}
|
||||
[ "$_rc" != "$pkgver" ] && _ver="${_ver}-rc$_rc"
|
||||
[ "$_rc" = "$pkgver" ] || _ver="${_ver}-rc$_rc"
|
||||
pkgdesc="Logging Framework for C++"
|
||||
url="http://log4cplus.sourceforge.net/"
|
||||
url="https://sourceforge.net/p/log4cplus/wiki/Home/"
|
||||
arch="all"
|
||||
license="Apache-2.0"
|
||||
depends=""
|
||||
@ -27,8 +27,7 @@ build() {
|
||||
--sysconfdir=/etc \
|
||||
--mandir=/usr/share/man \
|
||||
--localstatedir=/var \
|
||||
--with-working-c-locale \
|
||||
--enable-unit-tests
|
||||
--with-working-c-locale
|
||||
make
|
||||
}
|
||||
|
||||
@ -42,4 +41,4 @@ package() {
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
||||
sha512sums="7a78c231415cd040eaaf9e2e921b3f177f0336e3fb3e4c5282395d248631e77c0cff9b96f74870e6f96423a097d08f4bc90da764724af9b6660560663d81e988 log4cplus-1.2.1-rc2.tar.gz"
|
||||
sha512sums="6996378061e591e8e71f9aaa9851ab7c0be6fbac56ffb30d60279538ad204f96ded9c8eb1c3f09317b208326b13c3cf89d9dac659e1b8edfbd4cd3d18d5bc6ef log4cplus-1.2.1.tar.gz"
|
||||
|
Loading…
Reference in New Issue
Block a user