blob: 358c03379f19193b7d3fe5dad661949148152fd0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Αδειοδοτείται υπό τους όρους της EUPL
import .. / .. / lapis
tessera "c_ares":
source: "https://github.com/c-ares/c-ares/releases/download/v1.34.5/c-ares-1.34.5.tar.gz"
patches: @[""]
dependencies: @[
"cmake"
]
build: @[
"mkdir build",
"cd build",
"cmake -D CMAKE_INSTALL_PREFIX=/usr ..",
"make",
"make install"
]
result: "libcares.so"
|
; all rights regarding Text and Data Mining (TDM) are reserved.