]> git.ipfire.org Git - ipfire-3.x.git/blame - lzip/lzip.nm
git: Update to 2.23.0
[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
88a7a393 8release = 2
320f3507
MT
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
88a7a393
MT
25 configure_options += \
26 CFLAGS="%{CFLAGS}" \
27 CXXFLAGS="%{CXXFLAGS}" \
28 LDFLAGS="%{LDFLAGS}"
29
320f3507
MT
30 make_install_target += install-man
31end
32
33packages
34 package %{name}
35 groups += Build
36 end
37
38 package %{name}-debuginfo
39 template DEBUGINFO
40 end
41end