]> git.ipfire.org Git - ipfire-3.x.git/blob - lzip/lzip.nm
lzip: Update to 1.17
[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 = 1
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 make_install_target += install-man
26 end
27
28 packages
29 package %{name}
30 groups += Build
31 end
32
33 package %{name}-debuginfo
34 template DEBUGINFO
35 end
36 end