]> git.ipfire.org Git - ipfire-3.x.git/blob - libburn/libburn.nm
snort: Update to 3.7.2.0
[ipfire-3.x.git] / libburn / libburn.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libburn
7 version = 1.5.4
8 release = 1.1
9
10 groups = System/Filesystems
11 url = https://libburnia-project.org/
12 license = GPLv2+
13 summary = Library to enable creation and expansion of ISO-9660 filesystems
14
15 description
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.
24 end
25
26 source_dl = http://files.libburnia-project.org/releases/
27
28 packages
29 package %{name}
30
31 package %{name}-devel
32 template DEVEL
33 end
34
35 package %{name}-debuginfo
36 template DEBUGINFO
37 end
38 end