diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-03-19 04:05:50 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-03-19 04:05:50 +0000 |
commit | 8640bbf496b9d8a232da91e1db43466797f86861 (patch) | |
tree | fcbf174dda4dcdb7026fd6155851740ed939878f /community/liblogging/PKGBUILD | |
parent | bb37a4ecb6bee92615f1312d9907129490105052 (diff) |
Wed Mar 19 03:59:18 UTC 2014
Diffstat (limited to 'community/liblogging/PKGBUILD')
-rw-r--r-- | community/liblogging/PKGBUILD | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/community/liblogging/PKGBUILD b/community/liblogging/PKGBUILD index 9c2c94f39..8f61ff403 100644 --- a/community/liblogging/PKGBUILD +++ b/community/liblogging/PKGBUILD @@ -1,29 +1,22 @@ -# $Id: PKGBUILD 105659 2014-02-13 09:26:42Z spupykin $ +# $Id: PKGBUILD 107594 2014-03-18 09:05:22Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Denis Wernert <deniswernert@gmail.com> pkgname=liblogging -pkgver=1.0.1 +pkgver=1.0.2 pkgrel=1 pkgdesc="easy to use, portable, open source library for system logging" url="http://www.liblogging.org/" arch=('i686' 'x86_64') license=('GPL') -makedepends=('git') +depends=('systemd') +makedepends=('python-docutils') options=('strip' 'zipman' '!libtool') source=("http://download.rsyslog.com/$pkgname/$pkgname-$pkgver.tar.gz") -#source=("git://git.adiscon.com/git/liblogging.git") -md5sums=('1db6bef59157a5676f8fad49be6e5d9d') +md5sums=('ba57db94a8fdddce92e3bf720ced40b9') build() { cd ${srcdir}/${pkgname}-${pkgver} - -# libtoolize --force --copy -# aclocal -# autoheader -# automake --add-missing --copy -# autoconf - ./configure --prefix=/usr make } |