]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - libarchive/libarchive.nm
transmission: Update to 2.80.
[people/ms/ipfire-3.x.git] / libarchive / libarchive.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libarchive
7 version = 2.8.4
8 release = 1
9
10 groups = System/Libraries
11 url = http://code.google.com/p/libarchive/
12 license = BSD
13 summary = A library for handling streaming archive formats.
14
15 description
16 Libarchive is a programming library that can create and read several different
17 streaming archive formats, including most popular tar variants, several cpio
18 formats, and both BSD and GNU ar variants. It can also write shar archives and
19 read ISO9660 CDROM images and ZIP archives.
20 end
21
22 source_dl =
23
24 build
25 requires
26 bison
27 bzip2-devel
28 e2fsprogs-devel
29 libacl-devel
30 libattr-devel
31 libxml2-devel
32 openssl-devel
33 xz-devel
34 zlib-devel
35 end
36
37 configure_options += \
38 --disable-static \
39 --disable-bsdtar \
40 --disable-bsdcpio
41
42 install_cmds
43 rm -rfv %{BUILDROOT}/usr/share/man/man5/{cpio,mtree,tar}.5
44 end
45 end
46
47 packages
48 package %{name}
49 end
50
51 package %{name}-devel
52 template DEVEL
53 end
54
55 package %{name}-debuginfo
56 template DEBUGINFO
57 end
58 end