blob: 7939c53e129ebe9db18f913db432705783130a44 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
pkgbase = pdserv
pkgdesc = The PdServ library provides process data communication mechanisms for Linux real-time applications in user space (i. e. using RT-PREEMPT). The main focus is placed on providing a process-data interface without interfering real-time operation.
pkgver = 3.3.1
pkgrel = 1
url = https://gitlab.com/etherlab.org/pdserv
arch = x86_64
license = GPL-3.0-or-later
makedepends = git
makedepends = cmake
makedepends = ninja
makedepends = pkgconf
depends = gcc-libs
depends = glibc
depends = gnutls
depends = libsasl
depends = libyaml
depends = log4cplus
depends = db
optdepends = pam: PAM (Pluggable Authentication Modules) library
optdepends = pdcom: The Data Logging Service (DLS) is a data logging system for EtherLab, that is capable of collecting, compressing and storing high-frequency realtime data. The goal is, to allow the user unlimited and performant access to the stored data.
provides = pdserv
conflicts = pdserv
source = pdserv-3.3.1.tar.gz::https://gitlab.com/etherlab.org/pdserv/-/archive/3.3.1/pdserv-3.3.1.tar.gz
sha256sums = 30bdbbbee81362b282c608b206a4f60f3b5ad274f76d992fcbe412686f6a82a4
pkgname = pdserv
|