]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - xz/xz.nm
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-3.x
[people/ms/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.0.3
8 release = 2
9
10 groups = Build Applications/Compression
11 url = http://tukaani.org/xz/
12 license = GPLv2+
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_url = http://tukaani.org/xz/
24 sources = %{thisapp}.tar.xz
25
26 packages
27 package %{name}
28
29 package %{name}-libs
30 template LIBS
31 end
32
33 package %{name}-devel
34 template DEVEL
35 end
36 end