aboutsummaryrefslogtreecommitdiffstats
path: root/main/liblogging
diff options
context:
space:
mode:
authorAndré Klitzing <aklitzing@gmail.com>2017-03-13 09:43:32 +0100
committerJakub Jirutka <jakub@jirutka.cz>2017-03-13 12:09:50 +0100
commit2379df5196f5ca5b1874189afb54c6f7acb0059d (patch)
tree816c0276e6223799d343b92a7800200cd63f29ea /main/liblogging
parentbd86165d1a5e2da18463ef50479741c1464241c7 (diff)
downloadaports-2379df5196f5ca5b1874189afb54c6f7acb0059d.tar.bz2
aports-2379df5196f5ca5b1874189afb54c6f7acb0059d.tar.xz
main/liblogging: upgrade to 1.0.6
Build from official release tarball again as we do not need to generate "configure" script with automake/autoconf by ourself.
Diffstat (limited to 'main/liblogging')
-rw-r--r--main/liblogging/APKBUILD17
1 files changed, 5 insertions, 12 deletions
diff --git a/main/liblogging/APKBUILD b/main/liblogging/APKBUILD
index 597dbdbf2c..1276a8c163 100644
--- a/main/liblogging/APKBUILD
+++ b/main/liblogging/APKBUILD
@@ -1,23 +1,18 @@
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer:
pkgname=liblogging
-pkgver=1.0.5
-pkgrel=1
+pkgver=1.0.6
+pkgrel=0
pkgdesc="An easy to use logging library"
url="http://www.liblogging.org/"
arch="all"
license="BSD"
depends=""
-makedepends="autoconf automake libtool py-docutils"
+makedepends="py-docutils"
subpackages="$pkgname-dev $pkgname-doc"
-source="$pkgname-$pkgver.tar.gz::https://github.com/rsyslog/$pkgname/archive/v$pkgver.tar.gz"
+source="http://download.rsyslog.com/$pkgname/$pkgname-$pkgver.tar.gz"
builddir="$srcdir"/$pkgname-$pkgver
-prepare() {
- cd "$builddir"
- autoreconf -fvi
-}
-
build() {
cd "$builddir"
./configure \
@@ -39,6 +34,4 @@ package() {
make DESTDIR="$pkgdir" install || return 1
}
-md5sums="013e14e2588c85962157e0183e7c95a4 liblogging-1.0.5.tar.gz"
-sha256sums="250065a2b877bc87a609dc46293978ceec31a03ecf191afa0883a4f2a092c6df liblogging-1.0.5.tar.gz"
-sha512sums="3b270cb94dfa68bd1c81b8be73d0ac19e62c7d499b720714bc3a5527fa0d216bc086dd653fe64a4f04c25203e77e35aa699acc6b1948366c04cc70b74a237d5f liblogging-1.0.5.tar.gz"
+sha512sums="09c90a93b2d32afa44be5a800705a64690810a56d21bed1455cb70680b01fecd4efef3881a43f98ebcafa996b6046ed8e5af935eacc12014f330a7fd23674964 liblogging-1.0.6.tar.gz"