]> git.ipfire.org Git - ipfire-3.x.git/blob - lzip/lzip.nm
git: Update to 2.23.0
[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.17
8 release = 2
9
10 groups = Application/File
11 url = http://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 = http://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 groups += Build
36 end
37
38 package %{name}-debuginfo
39 template DEBUGINFO
40 end
41 end