]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - libarchive/libarchive.nm
gobject-introspection: Update to 1.39.3.
[people/ms/ipfire-3.x.git] / libarchive / libarchive.nm
CommitLineData
4d5df873 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4d5df873
MT
4###############################################################################
5
802ea3af
MT
6name = libarchive
7version = 2.8.4
8release = 1
4d5df873 9
802ea3af
MT
10groups = System/Libraries
11url = http://code.google.com/p/libarchive/
12license = BSD
13summary = A library for handling streaming archive formats.
4d5df873 14
802ea3af
MT
15description
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
4d5df873 19 read ISO9660 CDROM images and ZIP archives.
802ea3af
MT
20end
21
22source_dl =
23
24build
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
45end
46
47packages
48 package %{name}
49 end
1f9bc2f0 50
802ea3af
MT
51 package %{name}-devel
52 template DEVEL
53 end
1f9bc2f0
MT
54
55 package %{name}-debuginfo
56 template DEBUGINFO
57 end
802ea3af 58end