diff options
| author | aethrvmn <me@aethrvmn.gr> | 2025-11-16 20:43:49 +0000 |
|---|---|---|
| committer | aethrvmn <me@aethrvmn.gr> | 2025-11-16 20:43:49 +0000 |
| commit | 0582b0f8cd26678e741a06ba2ab42cc47a7c689a (patch) | |
| tree | 028dcc99591775e87682c0ff8259fea3a21aa538 /src/tesserae/lzo.nim | |
| parent | moved core LFS tessera to core/ (diff) | |
moved non LFS tessera to extra/
Diffstat (limited to 'src/tesserae/lzo.nim')
| -rw-r--r-- | src/tesserae/lzo.nim | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/tesserae/lzo.nim b/src/tesserae/lzo.nim deleted file mode 100644 index 1847182..0000000 --- a/src/tesserae/lzo.nim +++ /dev/null @@ -1,17 +0,0 @@ -import .. / lapis - -tessera "lzo": - source: "https://www.oberhumer.com/opensource/lzo/download/lzo-2.10.tar.gz" - patches: @[""] - dependencies: @[""] - build: @[ - """ - ./configure --prefix=/usr \ - --enable-shared \ - --disable-static \ - --docdir=/usr/share/doc/lzo-2.10 - """, - "make", - "make install" - ] - result: "liblzo2.so" |
