blob: 773083e303c0d1e8226b450994cb2ec293a4c29c (
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
|
# Αδειοδοτείται υπό τους όρους της EUPL
import .. / .. / lapis
tessera "wacom":
source: "https://github.com/linuxwacom/libwacom/releases/download/libwacom-2.16.1/libwacom-2.16.1.tar.xz"
patches: @[""]
dependencies: @[
"libevdev", #Kernel recompilation
"libgudev",
"libxml2",
"librsvg"
]
build: @[
"mkdir build",
"cd build",
"""
meson setup .. \
--prefix=/usr \
--buildtype=release \
-D tests=disabled
""",
"ninja",
"rm -rf /usr/share/libwacom",
"ninja install"
]
|
; all rights regarding Text and Data Mining (TDM) are reserved.