]> git.ipfire.org Git - ipfire-3.x.git/blame - xz/xz.nm
openssh: Update to 8.0p1
[ipfire-3.x.git] / xz / xz.nm
CommitLineData
166a6c21 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
166a6c21
MT
4###############################################################################
5
802ea3af 6name = xz
6c10b70c 7version = 5.2.4
9beff422 8release = 1
0497e11d 9
ebaa4f76 10groups = Applications/Compression
802ea3af 11url = http://tukaani.org/xz/
ebaa4f76 12license = LGPLv2+
802ea3af 13summary = LZMA Utils.
166a6c21 14
802ea3af 15description
7ba4b2a0
SS
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
166a6c21 20 tools.
802ea3af
MT
21end
22
ae24b962 23source_dl = http://tukaani.org/xz/
7ba4b2a0 24sources = %{thisapp}.tar.xz
0497e11d
MT
25
26build
7ba4b2a0
SS
27 configure_options += \
28 --disable-rpath
0497e11d 29
a6ed23c7
MT
30 test
31 export LD_LIBRARY_PATH=$(pwd)/src/liblzma/.libs
32 make check
33 end
0497e11d 34end
802ea3af
MT
35
36packages
37 package %{name}
ebaa4f76
MT
38 groups += Build
39 end
802ea3af 40
802ea3af
MT
41 package %{name}-libs
42 template LIBS
43 end
8b6ec1e2
MT
44
45 package %{name}-devel
46 template DEVEL
47 end
ebaa4f76
MT
48
49 package xz-lzma-compat
50 summary = Older LZMA format compatibility binaries.
51 description
52 The xz-lzma-compat package contains compatibility
53 links for older commands that deal with the older
54 LZMA format.
55 end
56 license = GPLv2+ and LGPLv2+
a6988ba2 57 groups += Build
ebaa4f76
MT
58
59 requires = %{name}=%{thisver}
a6988ba2 60 provides = lzma
ebaa4f76
MT
61
62 files
63 /usr/bin/*lz*
64 /usr/share/man/man1/*lz*
65 end
66 end
0497e11d 67
1f9bc2f0
MT
68 package %{name}-debuginfo
69 template DEBUGINFO
70 end
802ea3af 71end