]> git.ipfire.org Git - ipfire-3.x.git/blob - libisofs/libisofs.nm
snort: Update to 3.7.2.0
[ipfire-3.x.git] / libisofs / libisofs.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libisofs
7 version = 1.5.4
8 release = 1.1
9
10 groups = System/Filesystems
11 url = https://libburnia-project.org/
12 license = GPLv2+ and LGPLv2+
13 summary = Library to enable creation and expansion of ISO-9660 filesystems
14
15 description
16 Libisofs is a library to create an ISO-9660 filesystem and supports
17 extensions like RockRidge or Joliet. It is also a full featured
18 ISO-9660 editor, allowing you to modify an ISO image or multisession
19 disc, including file addition or removal, change of file names and
20 attributes etc. It supports the extension AAIP which allows to store
21 ACLs and xattr in ISO-9660 filesystems as well. As it is linked with
22 zlib, it supports zisofs compression, too.
23 end
24
25 source_dl = http://files.libburnia-project.org/releases/
26
27 build
28 requires
29 libacl-devel
30 zlib-devel
31 end
32 end
33
34 packages
35 package %{name}
36
37 package %{name}-devel
38 template DEVEL
39 end
40
41 package %{name}-debuginfo
42 template DEBUGINFO
43 end
44 end