]> git.ipfire.org Git - ipfire-3.x.git/blame - lzip/lzip.nm
lzip: Update to 1.17
[ipfire-3.x.git] / lzip / lzip.nm
CommitLineData
320f3507
MT
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = lzip
2a325066 7version = 1.17
320f3507
MT
8release = 1
9
10groups = Application/File
11url = http://www.nongnu.org/lzip/lzip.html
12license = GPLv3+
13summary = LZMA compressor with integrity checking
14
15description
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).
20end
21
22source_dl = http://download.savannah.gnu.org/releases/lzip/
23
24build
25 make_install_target += install-man
26end
27
28packages
29 package %{name}
30 groups += Build
31 end
32
33 package %{name}-debuginfo
34 template DEBUGINFO
35 end
36end