mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 00:17:46 +08:00
liblogging: move to desktop
This commit is contained in:
parent
171a7b21d5
commit
a26d81394d
26
liblogging/PKGBUILD
Normal file
26
liblogging/PKGBUILD
Normal file
@ -0,0 +1,26 @@
|
||||
# Contribution from Arch:
|
||||
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
|
||||
# Maintainer: Denis Wernert <deniswernert@gmail.com>
|
||||
|
||||
pkgname=liblogging
|
||||
pkgver=1.0.6
|
||||
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')
|
||||
source=("https://download.rsyslog.com/$pkgname/$pkgname-$pkgver.tar.gz")
|
||||
md5sums=('f215c7e7ac6cfd1f5dabdba08c522b29')
|
||||
|
||||
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