diff options
| author | aethrvmn <me@aethrvmn.gr> | 2025-11-16 21:16:15 +0000 |
|---|---|---|
| committer | aethrvmn <me@aethrvmn.gr> | 2025-11-16 21:16:15 +0000 |
| commit | 9a9d92d5082200ef42c7204180d84c47a0e1f111 (patch) | |
| tree | d39f7ec9b4ed9e2d817fc059dc959c9c15c8939f /src/tesserae/core/zlib.nim | |
| parent | added bzip2 definition (diff) | |
added dependants and fixed import path
Diffstat (limited to 'src/tesserae/core/zlib.nim')
| -rw-r--r-- | src/tesserae/core/zlib.nim | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/src/tesserae/core/zlib.nim b/src/tesserae/core/zlib.nim index aa461ab..f86fe7f 100644 --- a/src/tesserae/core/zlib.nim +++ b/src/tesserae/core/zlib.nim @@ -1,4 +1,4 @@ -import .. / lapis +import .. / .. / lapis tessera "zlib": source: "https://zlib.net/fossils/zlib-1.3.1.tar.gz" @@ -12,6 +12,13 @@ tessera "zlib": "make", "sed" ] + dependants: @[ + "file", + "kmod", + "libelf", + "perl", + "util-linux" + ] build: @[ "./configure --prefix=/usr", "make", @@ -19,5 +26,3 @@ tessera "zlib": "make install", "rm -fv /usr/lib/libz.a" ] - result: "libz.so" - |
