]> git.ipfire.org Git - ipfire-3.x.git/blob - lzip/lzip.nm
json-c: Update to version 0.17-20230812
[ipfire-3.x.git] / lzip / lzip.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = lzip
7 version = 1.23
8 release = 1
9
10 groups = Application/File
11 url = https://www.nongnu.org/lzip/lzip.html
12 license = GPLv3+
13 summary = LZMA compressor with integrity checking
14
15 description
16 Lzip compresses data using LZMA (Lempel-Ziv-Markov chain-Algorithm). It
17 supports integrity checking using CRC (Cyclic Redundancy Check). To archive
18 multiple files, tar can be used with lzip. Please note, that the lzip file
19 format (.lz) is not compatible with the lzma file format (.lzma).
20 end
21
22 source_dl = https://download.savannah.gnu.org/releases/lzip/
23
24 build
25 configure_options += \
26 CFLAGS="%{CFLAGS}" \
27 CXXFLAGS="%{CXXFLAGS}" \
28 LDFLAGS="%{LDFLAGS}"
29
30 make_install_target += install-man
31 end
32
33 packages
34 package %{name}
35
36 package %{name}-debuginfo
37 template DEBUGINFO
38 end
39 end