liblogging: move to desktop

This commit is contained in:
Chaoting Liu 2018-03-10 17:52:05 +00:00
parent 9bfb4d344d
commit 1b49c5b409

View File

@ -1,27 +0,0 @@
# Contribution from Arch:
# 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=('x86_64')
license=('GPL')
depends=('systemd')
makedepends=('python3-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}
}