mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-11 03:24:36 +08:00
liblogging: move to desktop
This commit is contained in:
parent
9bfb4d344d
commit
1b49c5b409
@ -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}
|
||||
}
|
Loading…
Reference in New Issue
Block a user