]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blob - xz/xz.nm
gnutls: Update to 3.6.7
[people/stevee/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.2.4
8 release = 1
9
10 groups = Applications/Compression
11 url = http://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 = http://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 groups += Build
39 end
40
41 package %{name}-libs
42 template LIBS
43 end
44
45 package %{name}-devel
46 template DEVEL
47 end
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+
57 groups += Build
58
59 requires = %{name}=%{thisver}
60 provides = lzma
61
62 files
63 /usr/bin/*lz*
64 /usr/share/man/man1/*lz*
65 end
66 end
67
68 package %{name}-debuginfo
69 template DEBUGINFO
70 end
71 end