blob: 181ad9c0143e8306d0fd5e4300220d112f4bf4c4 (
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
27
28
29
30
31
32
|
pkgbase = libethercat
pkgdesc = EtherCAT master library. This library is used to build a deterministic fieldbus network with EtherCAT components.
pkgver = 0.6.5
pkgrel = 1
url = https://github.com/robert-burger/libethercat
arch = x86_64
license = LGPL-3.0-only
makedepends = cmake
makedepends = pkgconf
depends = glibc
depends = libosal
source = libethercat-0.6.5.tar.gz::https://github.com/robert-burger/libethercat/archive/refs/tags/0.6.5.tar.gz
sha256sums = 8dbcb68d74b2cd7c4cdac2adcbf3b531131f0987bb98b21bda6ab1b65f65d946
pkgname = libethercat
provides = libethercat
provides = libethercat.so
conflicts = libethercat
conflicts = libethercat.so
pkgname = libethercat-tools
depends = glibc
depends = libosal
depends = libethercat.so
provides = libethercat-tools
provides = eepromtool
provides = ethercatdiag
provides = example-with-dc
conflicts = libethercat-tools
conflicts = eepromtool
conflicts = ethercatdiag
conflicts = example-with-dc
|