]> git.ipfire.org Git - ipfire-3.x.git/blame - libburn/libburn.nm
json-c: Update to version 0.17-20230812
[ipfire-3.x.git] / libburn / libburn.nm
CommitLineData
ebd7ac70
MT
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = libburn
7version = 1.5.4
fb0b5f5a 8release = 1.1
ebd7ac70
MT
9
10groups = System/Filesystems
11url = https://libburnia-project.org/
12license = GPLv2+
13summary = Library to enable creation and expansion of ISO-9660 filesystems
14
15description
16 Libburn is a library by which preformatted data get onto optical media:
17 CD, DVD and BD (Blu-Ray). It also offers a facility for reading data
18 blocks from its drives without using the normal block device I/O, which
19 has advantages and disadvantages. It seems appropriate, nevertheless,
20 to do writing and reading via same channel. On several Linux systems,
21 the block device driver needs reloading of the drive tray in order to
22 make available freshly written data. The libburn read function does not
23 need such a reload. The code of libburn is independent of cdrecord.
24end
25
26source_dl = http://files.libburnia-project.org/releases/
27
28packages
29 package %{name}
30
31 package %{name}-devel
32 template DEVEL
33 end
34
35 package %{name}-debuginfo
36 template DEBUGINFO
37 end
38end