]> git.ipfire.org Git - ipfire-3.x.git/blob - xz/xz.nm
xz: Update to version 5.4.4
[ipfire-3.x.git] / xz / xz.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = xz
7 version = 5.4.4
8 release = 1
9
10 groups = Applications/Compression
11 url = https://tukaani.org/xz/
12 license = LGPLv2+
13 summary = LZMA Utils.
14
15 description
16 LZMA provides very high compression ratio and fast decompression. The
17 core of the LZMA utils is Igor Pavlov's LZMA SDK containing the actual
18 LZMA encoder/decoder. LZMA utils add a few scripts which provide
19 gzip-like command line interface and a couple of other LZMA related
20 tools.
21 end
22
23 source_dl = https://tukaani.org/xz/
24 sources = %{thisapp}.tar.xz
25
26 build
27 configure_options += \
28 --disable-rpath
29
30 test
31 export LD_LIBRARY_PATH=$(pwd)/src/liblzma/.libs
32 make check
33 end
34 end
35
36 packages
37 package %{name}
38
39 package %{name}-libs
40 template LIBS
41 end
42
43 package %{name}-devel
44 template DEVEL
45 end
46
47 package xz-lzma-compat
48 summary = Older LZMA format compatibility binaries.
49 description
50 The xz-lzma-compat package contains compatibility
51 links for older commands that deal with the older
52 LZMA format.
53 end
54 license = GPLv2+ and LGPLv2+
55 groups += Build
56
57 requires = %{name}=%{thisver}
58 provides = lzma
59
60 files
61 /usr/bin/*lz*
62 /usr/share/man/man1/*lz*
63 end
64 end
65
66 package %{name}-debuginfo
67 template DEBUGINFO
68 end
69 end