diff options
| author | Britney Fransen <brfransen@gmail.com> | 2016-05-16 16:24:28 (GMT) |
|---|---|---|
| committer | Britney Fransen <brfransen@gmail.com> | 2016-05-16 16:24:28 (GMT) |
| commit | fff4c50d3a1d94c807604d6c21355993dfb95c85 (patch) | |
| tree | 390f0eb0781b2599449edbdafbeb6aaba34200dc /abs/extra/liblogging | |
| parent | 8de064f6e96f960cdbfe6868d9957a4613f704df (diff) | |
| parent | 6f7a84649ef75069cc4fa06fabeb63e762e049d1 (diff) | |
| download | linhes_pkgbuild-fff4c50d3a1d94c807604d6c21355993dfb95c85.zip linhes_pkgbuild-fff4c50d3a1d94c807604d6c21355993dfb95c85.tar.gz linhes_pkgbuild-fff4c50d3a1d94c807604d6c21355993dfb95c85.tar.bz2 | |
Merge branch 'testing'
Diffstat (limited to 'abs/extra/liblogging')
| -rw-r--r-- | abs/extra/liblogging/PKGBUILD | 27 | ||||
| -rw-r--r-- | abs/extra/liblogging/__changelog | 2 |
2 files changed, 29 insertions, 0 deletions
diff --git a/abs/extra/liblogging/PKGBUILD b/abs/extra/liblogging/PKGBUILD new file mode 100644 index 0000000..7f27113 --- /dev/null +++ b/abs/extra/liblogging/PKGBUILD @@ -0,0 +1,27 @@ +# $Id$ +# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> +# Maintainer: Denis Wernert <deniswernert@gmail.com> + +pkgname=liblogging +pkgver=1.0.5 +pkgrel=1 +pkgdesc="easy to use, portable, open source library for system logging" +url="http://www.liblogging.org/" +arch=('i686' 'x86_64') +license=('GPL') +depends=('systemd') +makedepends=('python2-docutils') +options=('strip' 'zipman' '!libtool') +source=("http://download.rsyslog.com/$pkgname/$pkgname-$pkgver.tar.gz") +md5sums=('44b8ce2daa1bfb84c9feaf42f9925fd7') + +build() { + cd ${srcdir}/${pkgname}-${pkgver} + ./configure --prefix=/usr + make +} + +package() { + cd ${srcdir}/${pkgname}-${pkgver} + make install DESTDIR=${pkgdir} +} diff --git a/abs/extra/liblogging/__changelog b/abs/extra/liblogging/__changelog new file mode 100644 index 0000000..a082f73 --- /dev/null +++ b/abs/extra/liblogging/__changelog @@ -0,0 +1,2 @@ +PKGBUILD +- change dep python-docutils to python2-docutils |
