void-packages/srcpkgs/libburn/template
2012-07-22 00:10:36 +02:00

25 lines
1.1 KiB
Plaintext

# Template file for 'libburn'
pkgname=libburn
version=1.2.4
revision=1
build_style=gnu-configure
configure_args="--disable-static"
subpackages="cdrskin $pkgname-devel"
short_desc="Library for reading, mastering and writing optical discs"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
homepage="http://www.libburnia-project.org"
distfiles="http://files.libburnia-project.org/releases/$pkgname-${version}.tar.gz"
checksum=f0598fa76d157a935b576778ab8cc772f96480894239da14be84986ef1313e4b
long_desc="
libburn is a library by which preformatted data get onto optical media: CD,
DVD, BD (Blu-Ray). On Linux it uses either /dev/sgN (on kernel 2.4 with
ide-scsi) or /dev/srM , /dev/hdX ( on kernel 2.6).
libburn also offers a facility for reading data blocks from its drives without
using the normal block device i/o, which has its advantages and disadvantages.
It seems appropriate, nevertheless, to do writing and reading via the same
channel. On several Linux systems, the block device driver needs reloading of
the drive tray in order to make available freshly written data. The libburn
read function does not need such a reload."